Skip to content

Commit

Permalink
version conflict between pytest-cov and python-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Sep 6, 2018
1 parent 8f45d76 commit 0f53081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install:
- conda install -q --use-local activity-browser-dev
- conda install -q 'pytest<3.5' pytest-qt pytest-mock
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
conda install -q pytest-cov python-coveralls;
conda install -q "pytest-cov<2.6" python-coveralls;
fi

before_script:
Expand Down

0 comments on commit 0f53081

Please sign in to comment.