Skip to content

Commit

Permalink
Support windows
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed Jun 16, 2019
1 parent dd71220 commit 3fec3c3
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 @@ -36,7 +36,7 @@ matrix:
install:
- pip3 install -r requirements.txt
script:
- python3 -m pytest -v --cov-report term --cov=tests/
- python3 -m pytest -v --cov-report term --cov=tests/ || python -m pytest -v --cov-report term --cov=tests/
after_success:
- codecov

0 comments on commit 3fec3c3

Please sign in to comment.