Skip to content

Commit

Permalink
Pin version due to this package conflict z4r/python-coveralls#66
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttle1987 committed Jun 27, 2019
1 parent a485ebf commit f1eae2c
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 @@ -7,7 +7,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:mc3man/trusty-media && sudo apt-get update && sudo apt-get install ffmpeg; fi
install:
- pip install .
- pip install pytest-cov
- pip install pytest-cov==2.6.0
- pip install python-coveralls
- pip install -r test_requirements.txt
script:
Expand Down

0 comments on commit f1eae2c

Please sign in to comment.