Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
correct test options
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Apr 1, 2017
1 parent ec4cf07 commit e27b9a8
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 @@ -10,7 +10,7 @@ install:
- pip --version
- pip install .[develop]
- pip install pytest-cov coveralls
script: python setup.py test --addopts "-vvrxs --cov bloomsky_api"
script: python setup.py test --addopts "-vs --cov bloomsky_api"
after_success: coveralls
env:
global:
Expand Down

0 comments on commit e27b9a8

Please sign in to comment.