From a5a63d83f1e2ad1bd46a832a9690a5fe7a98e9fb Mon Sep 17 00:00:00 2001 From: Blake Rosenthal Date: Mon, 30 Dec 2019 10:47:10 -0800 Subject: [PATCH] fix coveralls compatibility --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 692f2b3..ca6b90b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - conda update -q conda - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION future - source activate test-environment -- pip install pytest pytest-cov coveralls pycodestyle +- conda install pytest pytest-cov coveralls pycodestyle - pip install . script: - pycodestyle populationsim