Skip to content

Commit

Permalink
Modifying .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Apr 24, 2019
1 parent 65dc460 commit e5800f9
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 @@ -42,7 +42,7 @@ before_script:
- sleep 3 # give xvfb some time to start

script:
- pytest;
- python -m pytest
- coverage run -m pytest

after_success:
Expand Down

0 comments on commit e5800f9

Please sign in to comment.