We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938dff1 commit 88a8bd1Copy full SHA for 88a8bd1
1 file changed
.travis.yml
@@ -12,7 +12,7 @@ install:
12
- pip install codecov
13
14
script:
15
- - coverage run --omit=*.virtualenvs*,*virtualenv* setup.py test
+ - coverage run --omit=*.virtualenvs*,*virtualenv* tests/test.py test
16
17
after_success:
18
- coveralls
0 commit comments