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 23f9d65 commit a955294Copy full SHA for a955294
.travis.yml
@@ -154,7 +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 -v --maxfail=20 test/ --cov=roundup
+ - py.test -v --maxfail=20 test/ --cov=roundup
158
159
after_success:
160
- codecov
0 commit comments