From 376c1927ba46742dde9b3be7f6c4436ae81ccbab Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 16:52:13 +0100 Subject: [PATCH] travis: codecov should be in after_script --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1be5c8b..b57f925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ python: install: - pip install . - pip install codecov -script: - - python setup.py pytest - - codecov +script: python setup.py pytest +after_script: codecov cache: pip