This commit is contained in:
2017-05-28 13:03:26 -04:00
parent ef34a85378
commit 8af1d9331f
+4
View File
@@ -13,6 +13,10 @@ python:
# command to install dependencies
install: "make"
# command to run tests
script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make ci
cache: pip
jobs:
include: