File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,11 @@ python:
7
7
- 3.3
8
8
9
9
install :
10
- - pip install --use-mirrors nose python-dateutil
10
+ - pip install --use-mirrors nose python-dateutil numpy
11
11
# This is a workaround to install the latest versions of pyparsing,
12
12
# which are not yet available on PyPI
13
- - ' if [ $TRAVIS_PYTHON_VERSION == "3.2 " ]; then pip install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.0/pyparsing-2.0.0.tar.gz; fi'
13
+ - ' if [ ${ TRAVIS_PYTHON_VERSION:0:1} == "3" ]; then pip install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.0/pyparsing-2.0.0.tar.gz; fi'
14
14
- ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-1.5.7/pyparsing-1.5.7.tar.gz; fi'
15
- # This is a workaround to install numpy with the version of
16
- # virtualenv in Travis. If that is updated in the future, this can
17
- # be simplified to 'pip install numpy'
18
- - ' 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'
19
- - ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
20
15
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
21
16
- sudo apt-get update && sudo apt-get install inkscape
22
17
- python setup.py install
You can’t perform that action at this time.
0 commit comments