From 55014bcc4857b7fbc2a53b4207dd427f1255466e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 28 May 2017 12:51:27 -0400 Subject: [PATCH] try this travis file --- .travis.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 + +