From e2142a1e542d9039d5608eaeb9dfb46743f26d38 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 17 May 2017 18:02:28 -0700 Subject: [PATCH] Alex said this would work --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d9c8140..19a9ed79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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