Skip to content

Commit b2e5450

Browse files
committed
testing setup.py changes against travis.
1 parent 43935e8 commit b2e5450

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.4"
88
# command to install dependencies
99
install:
10-
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]] ; then pip install ordereddict; fi
1110
- pip install -r requirements.txt
1211
# command to run tests
1312
script: nosetests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
try:
88
from collections import OrderedDict
99
except ImportError:
10-
install_requires.extend(['ordereddict>=1.1'])
10+
install_requires.extend(['ordereddict'])
1111

1212
if 'develop' in sys.argv:
1313
install_requires.extend([

0 commit comments

Comments
 (0)