Skip to content

Commit 3aca50d

Browse files
committed
Try fixing syntax error.
1 parent 751404c commit 3aca50d

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
@@ -175,7 +175,7 @@ script:
175175
-v --maxfail=5 test/ --cov=roundup;
176176
fi
177177
- if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
178-
python -m pytest -v -r a --maxfail=5 test/ --cov=roundup;
178+
python -m pytest -v -r a --maxfail=5 test/ --cov=roundup;
179179
fi
180180
- ./setup.py build_doc
181181

0 commit comments

Comments
 (0)