Skip to content

Commit e9f6b9a

Browse files
committed
Travis: New try
1 parent d18578f commit e9f6b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ python:
88

99
install:
1010
- python setup.py install
11-
- pip install pytest-pep8 pytest-cov coveralls responses
11+
- pip install coverage coveralls
1212

1313
script:
14-
- py.test --pep8 mwclient -v --cov mwclient tests
14+
- coverage run --source=mwclient setup.py test
1515

1616
after_success:
1717
- coveralls

0 commit comments

Comments
 (0)