Skip to content

Commit

Permalink
added command to show slow running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Mar 29, 2019
1 parent fa19891 commit bb0cf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ install:
- pip install --upgrade pip
- pip install -r requirements_ci.txt

# command to run tests
script:
pytest --cov=pyod/
# Show the 20 slowest running tests
- pytest --cov=pyod/ --durations=20

after_success:
- coveralls
Expand Down

0 comments on commit bb0cf90

Please sign in to comment.