updates to travis ci

This commit is contained in:
2017-05-27 23:54:53 -04:00
parent 1fa168eea4
commit 1dfa631dae
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ install: "make"
script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make test
- make ci
after_success:
- pipenv run codecov
cache: pip
+2
View File
@@ -4,6 +4,8 @@ init:
test:
# This runs all of the tests, on both Python 2 and Python 3.
detox
ci:
python setup.py test
test-readme:
python setup.py check -r -s