File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ language: python
3
3
python :
4
4
- 2.6
5
5
- 2.7
6
- - 3.1
7
6
- 3.2
8
7
9
8
install :
10
9
- pip install --use-mirrors nose
11
10
# This is a workaround to install numpy with the version of
12
11
# virtualenv in Travis. If that is updated in the future, this can
13
12
# 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'
15
14
- ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
16
15
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
17
16
- python setup.py install
You can’t perform that action at this time.
0 commit comments