commit | 7904774b5ea6925c2577fbec19372c48a875de86 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed May 09 22:04:27 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed May 09 22:04:27 2018 +0200 |
tree | a015d253f1f076b1a0aae55378ae893b02ffc65e | |
parent | 8e7eb57606ca9494289b84ed60e58e806d4c7196 [diff] [blame] |
Add travis ci (#35) * Add travis CI * Add ci testing of example models (with python 2.7 as py3 still fails)
diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..525e7cc --- /dev/null +++ b/Pipfile
@@ -0,0 +1,17 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + +[dev-packages] + +[packages] +pyparsing = "*" +PyYAML = "*" +six = "*" +pyyaml = "*" +# FIXME, issues with compile phase +#"pygit2" = "*" + +[requires] +python_version = "2.7"