Skip to content

Commit

Permalink
fixes travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jan 10, 2016
1 parent eb2cd85 commit c625af3
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 @@ -48,7 +48,7 @@ install:
- pip install tox coverage python-coveralls>=2.5 coveralls>=0.5 codecov

script:
- tox -e $TOXENV -- tests -vv --capture=no --cov=concurrency \
- tox -e $TOXENV -- py.test tests -v --capture=no --cov=concurrency \
--cov-report=xml --cov-config=tests/.coveragerc

before_success:
Expand Down

0 comments on commit c625af3

Please sign in to comment.