better ci file

This commit is contained in:
2017-05-28 12:55:59 -04:00
parent 55014bcc48
commit ef34a85378
-4
View File
@@ -13,10 +13,6 @@ 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: