diff --git a/.travis.yml b/.travis.yml index 09c0c08c..a938f5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 + +