Skip to content

Commit cbf817f

Browse files
committed
Running py.test directly in travis instead of setup.py test
1 parent d54b407 commit cbf817f

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 setup.py test
42+
- coverage run --source=pytestqt py.test pytestqt
4343

4444
after_success:
4545
- coveralls

0 commit comments

Comments
 (0)