File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ language: python
33python :
44 - 2.6
55 - 2.7
6- - 3.1
76 - 3.2
87
98install :
109 - pip install --use-mirrors nose
1110 # This is a workaround to install numpy with the version of
1211 # virtualenv in Travis. If that is updated in the future, this can
1312 # be simplified to 'pip install numpy'
14- - ' if [ $TRAVIS_PYTHON_VERSION == "3.2" ] || [ $TRAVIS_PYTHON_VERSION == "3.1" ] ; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
13+ - ' if [ $TRAVIS_PYTHON_VERSION == "3.2" ]; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
1514 - ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
1615 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
1716 - python setup.py install
You can’t perform that action at this time.
0 commit comments