From b912a804ac97aeb09afc296746eab65b351a9b98 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 11 Mar 2016 21:31:39 +0100 Subject: codecov did not engage --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1944641..c4300ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,11 @@ python: - "nightly" - "pypy" - "pypy3" -before_install: - - pip install codecov install: + - pip install codecov - python setup.py install script: - python test/suite.py after_success: + - python run test/suite.py - codecov -- cgit v1.2.1