Skip to content

Commit c625af3

Browse files
committed
fixes travis config
1 parent eb2cd85 commit c625af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install:
4848
- pip install tox coverage python-coveralls>=2.5 coveralls>=0.5 codecov
4949

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

5454
before_success:

0 commit comments

Comments
 (0)