Skip to content

Commit

Permalink
update coverage for Travis, add pyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 20, 2020
1 parent 22b4fea commit 5bbb3fe
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 @@ -20,7 +20,7 @@ cache:
- $HOME/.cache/pip

install:
- pip install 'coverage<4' # coverage>=4 has issues with python3
- pip install coverage pyaml
- pip install -q $DJANGO_VERSION
- pip install -q coveralls flake8
- pip install -r demoproject/requirements.txt
Expand Down

0 comments on commit 5bbb3fe

Please sign in to comment.