Alex said this would work

This commit is contained in:
Cory Benfield
2017-05-17 18:02:28 -07:00
parent 52a2efa2ae
commit e2142a1e54
+2 -1
View File
@@ -14,7 +14,8 @@ python:
install: "make"
# command to run tests
script:
- [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && make test-readme
- |
[[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && make test-readme
- make coverage
after_success:
- pipenv run codecov