Skip to content

Commit

Permalink
Update travis use of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro committed Jan 9, 2020
1 parent efe538d commit 60df55e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- "google-chrome --version"
- "google-chrome &"
- coverage run --source cove_ocds,cove_project manage.py test
- python -m coverage run --source cove_ocds,cove_project manage.py test
- DJANGO_SETTINGS_MODULE=cove_project.settings pytest --cov cove_ocds --cov cove_project

after_success:
Expand Down
2 changes: 0 additions & 2 deletions requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ selenium
transifex-client
# Lock as later versions have a problem with slow generation of data
hypothesis==3.52.3
# Lock as coverage 5 breaks hypothesis tests?
coverage<=4.5.4
3 changes: 1 addition & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ selenium==3.141.0
transifex-client==0.13.7
# Lock as later versions have a problem with slow generation of data
hypothesis==3.52.3
# Lock as coverage 5 breaks hypothesis tests?
coverage==4.5.4
## The following requirements were added by pip freeze:
attrs==19.3.0
certifi==2019.11.28
chardet==3.0.4
commonmark==0.9.1
contextlib2==0.5.5
coverage==5.0.2
docopt==0.6.2
entrypoints==0.3
et-xmlfile==1.0.1
Expand Down

0 comments on commit 60df55e

Please sign in to comment.