Skip to content

Commit 2b7aef4

Browse files
committed
Using py.test --cov
1 parent 42de385 commit 2b7aef4

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
@@ -41,7 +41,7 @@ before_script:
4141

4242
script:
4343
- python setup.py develop
44-
- coverage run --source=pytestqt py.test
44+
- py.test --cov pytestqt
4545

4646
after_success:
4747
- coveralls

0 commit comments

Comments
 (0)