commit | 870f1d2383cbfcd51cf97f51603279f4519cbc3f | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed May 09 22:23:06 2018 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed May 09 22:23:06 2018 +0200 |
tree | a0913496064dd5a5422d3a1eda792a8d4bf9d226 | |
parent | 2853cb112ee39d11e18e77a7402f1fd08ab2905d [diff] |
Add full support for python3
diff --git a/.travis.yml b/.travis.yml index 2a41776..b060639 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -44,7 +44,7 @@ # To test example models with kitchen: - export PYTHON_VERSION=$TRAVIS_PYTHON_VERSION - kitchen list -- if [ "$PYTHON_VERSION" = "2.7" ]; then kitchen test; fi +- kitchen test # NOTE: travis stage builds, below saved for future reference #jobs: