This commit is contained in:
2017-05-27 23:04:12 -04:00
parent 6abe1ff933
commit 141ce93445
+1 -1
View File
@@ -16,7 +16,7 @@ install: "make"
script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make coverage
- make test
after_success:
- pipenv run codecov
cache: pip