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:
77 - 3.3
88
99install :
10- - pip install --use-mirrors nose python-dateutil
10+ - pip install --use-mirrors nose python-dateutil numpy
1111 # This is a workaround to install the latest versions of pyparsing,
1212 # 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'
1414 - ' 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
2015 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
2116 - sudo apt-get update && sudo apt-get install inkscape
2217 - python setup.py install
You can’t perform that action at this time.
0 commit comments