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 c572686 commit ba6a532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,9 +10,9 @@ install:
- |
PY_VER=$(python -c 'import sys; sys.stdout.write("%d.%d" % sys.version_info[:2])') ; \
if test "$PY_VER" = "2.6"; then \
pip install -r requirements.dev-2.6.txt"; \
pip install -r requirements.dev-2.6.txt; \
else \
pip install -r requirements.dev.txt"; \
pip install -r requirements.dev.txt; \
fi
- "pip install -e ."

Expand Down

0 comments on commit ba6a532

Please sign in to comment.