Skip to content

Commit 23f9d65

Browse files
committed
Trying to fix a parse error in travis.py.
1 parent d49af17 commit 23f9d65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ script:
154154
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
155155
-W "ignore:unclosed file:ResourceWarning:enum"
156156
-v --maxfail=20 test/ --cov=roundup
157-
- [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test
158-
-v --maxfail=20 test/ --cov=roundup
157+
- [[ $TRAVIS_PYTHON_VERSION == "2."* ]] && py.test -v --maxfail=20 test/ --cov=roundup
159158

160159
after_success:
161160
- codecov

0 commit comments

Comments
 (0)