Skip to content

Commit a955294

Browse files
committed
parse isues.
1 parent 23f9d65 commit a955294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +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 -v --maxfail=20 test/ --cov=roundup
157+
- py.test -v --maxfail=20 test/ --cov=roundup
158158

159159
after_success:
160160
- codecov

0 commit comments

Comments
 (0)