Skip to content

Commit

Permalink
updatetravisTest
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 13, 2020
1 parent 627d7ce commit 132c7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ install:
# command to run tests
script:
- ls
- travis_wait 40 coverage run -m pytest tests/
#- travis_wait 40 coverage run -m pytest tests/
- coverage run -m pytest tests/
- coverage report --show-missing
after_success:
- coveralls

0 comments on commit 132c7e6

Please sign in to comment.