We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49af17 commit 23f9d65Copy full SHA for 23f9d65
.travis.yml
@@ -154,8 +154,7 @@ script:
154
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
155
-W "ignore:unclosed file:ResourceWarning:enum"
156
-v --maxfail=20 test/ --cov=roundup
157
- - [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test
158
- -v --maxfail=20 test/ --cov=roundup
+ - [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test -v --maxfail=20 test/ --cov=roundup
159
160
after_success:
161
- codecov
0 commit comments