From a5be26c1b1f50c511b6ee4172b41b4bae51e8196 Mon Sep 17 00:00:00 2001 From: amosbastian Date: Tue, 19 Feb 2019 01:30:16 +0100 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7fa4f88..a953ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - python setup.py install script: - - pytest --cov=fpl tests + - pytest --cov=fpl after_success: - codecov