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 1c9517a commit 7f5e3f7Copy full SHA for 7f5e3f7
.travis.yml
@@ -148,7 +148,7 @@ script:
148
- PATH=$VIRTUAL_ENV/bin:$PATH
149
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
150
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
151
- py.test
+ py.test -r a
152
-W default
153
-W "ignore:SelectableGroups:DeprecationWarning"
154
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
@@ -158,7 +158,7 @@ script:
158
-v --maxfail=5 test/ --cov=roundup;
159
fi
160
- if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
161
- py.test -v --maxfail=20 test/ --cov=roundup;
+ py.test -v -r a --maxfail=5 test/ --cov=roundup;
162
163
- ./setup.py build_doc
164
0 commit comments