Skip to content

Commit 83a0d0c

Browse files
committed
install ordereddict for py26
1 parent 095f1e8 commit 83a0d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
- conda update --yes conda
2222
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
2323
- source activate testenv
24+
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
2425
- conda install --yes numpy scipy nose traits networkx dateutil
2526
- pip install nibabel --use-mirrors
2627
- pip install python-coveralls --use-mirrors

0 commit comments

Comments
 (0)