We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2cd85 commit c625af3Copy full SHA for c625af3
.travis.yml
@@ -48,7 +48,7 @@ install:
48
- pip install tox coverage python-coveralls>=2.5 coveralls>=0.5 codecov
49
50
script:
51
- - tox -e $TOXENV -- tests -vv --capture=no --cov=concurrency \
+ - tox -e $TOXENV -- py.test tests -v --capture=no --cov=concurrency \
52
--cov-report=xml --cov-config=tests/.coveragerc
53
54
before_success:
0 commit comments