Skip to content

Commit

Permalink
update travis test command
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Mar 29, 2019
1 parent 72970b1 commit d5fd409
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 @@ -18,7 +18,7 @@ install:
- pip install pytest pytest-cov==2.5.1 pytest-pep8 coveralls

script:
- python -m pytest --cov=redis_consumer --pep8 redis_consumer tests
- pytest --cov=redis_consumer --pep8

jobs:
include:
Expand Down

0 comments on commit d5fd409

Please sign in to comment.