Skip to content

Commit

Permalink
Added change to travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhoek committed Oct 4, 2022
1 parent 8cb6c96 commit 7d96fa2
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 @@ -11,7 +11,7 @@ branches:
before_install:
- pip install -U pip
install:
- pip install -e '.[testing]'
- pip install -e '.[test]'
script:
- coverage run -m pytest --junitxml=results.xml
- coverage xml
Expand Down

0 comments on commit 7d96fa2

Please sign in to comment.