Skip to content

Commit

Permalink
Tweak .travis.yml Py2.6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 28, 2018
1 parent 6d0cb74 commit 62fdafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ python:
install:
- |
PY_VER=$(python -c 'import sys; sys.stdout.write("%d.%d" % sys.version_info[:2])') ; \
if test "$PY_VER"= "2.6"; then ; \
if test "$PY_VER"= "2.6"; then \
pip install -r requirements.dev-2.6.txt"; \
else \
pip install -r requirements.dev.txt"; \
Expand Down

0 comments on commit 62fdafc

Please sign in to comment.