Skip to content

Commit

Permalink
Travis CI issue with Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Muthiah Annamalai committed Sep 7, 2017
1 parent 176aad5 commit 24ae629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ language: python
python:
- "3.3" #Ezhil boots on Python 3
- "2.7"
- "2.6"
# - "2.6" #some weirdness in Travis C-I
# - "pypy" #unittests are broke in PyPy
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install --use-mirrors ordereddict; fi
Expand Down

0 comments on commit 24ae629

Please sign in to comment.