try this travis file

This commit is contained in:
2017-05-28 12:51:27 -04:00
parent 303eca03f3
commit 55014bcc48
+12 -2
View File
@@ -17,6 +17,16 @@ script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make ci
after_success:
- pipenv run codecov
cache: pip
jobs:
include:
- stage: test
script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make ci
- stage: coverage
python: 3.6
script: codecov