Skip to content

Commit b692662

Browse files
committed
Revert "Running py.test directly in travis instead of setup.py test"
This reverts commit cbf817f.
1 parent cbf817f commit b692662

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
@@ -39,7 +39,7 @@ before_script:
3939

4040
script:
4141
- python setup.py develop
42-
- coverage run --source=pytestqt py.test pytestqt
42+
- coverage run --source=pytestqt setup.py test
4343

4444
after_success:
4545
- coveralls

0 commit comments

Comments
 (0)