File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,29 @@ python:
5
5
- 2.7
6
6
- 3.1
7
7
- 3.2
8
- # - 3.3
8
+ - 3.3
9
9
10
10
matrix :
11
11
include :
12
12
- python : 2.7
13
13
env : VBENCH=true
14
14
15
15
allow_failures :
16
- # - python: 3.3 # until travis yograde to 1.8.4
16
+ - python : 3.3 # until travis upgrade to 1.8.4
17
17
- python : 2.7
18
18
env : VBENCH=true
19
19
20
20
install :
21
21
- virtualenv --version
22
+ - date
22
23
- whoami
23
24
- pwd
24
25
- echo $VBENCH
25
26
# install 1.7.0b2 for 3.3, and pull a version of numpy git master
26
27
# with a alternate fix for detach bug as a temporary workaround
27
28
# for the others.
28
- - ' if [ $TRAVIS_PYTHON_VERSION == "3.3" ]; then pip uninstall numpy; pip install http ://downloads.sourceforge.net/project /numpy/NumPy/1.7.0b2/numpy-1 .7.0b2.tar.gz; fi'
29
- - ' if [ $TRAVIS_PYTHON_VERSION == "3.2" ] || [ $TRAVIS_PYTHON_VERSION == "3.1" ]; then pip install --use-mirrors git+git ://github.com/numpy /numpy.git@089bfa5865cd39e2b40099755e8563d8f0d04f5f#egg=numpy ; fi'
29
+ - ' if [ $TRAVIS_PYTHON_VERSION == "3.3" ]; then pip uninstall numpy; pip install https ://github.com/numpy /numpy/archive/v1 .7.0b2.tar.gz; fi'
30
+ - ' 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'
30
31
- ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
31
32
- pip install --use-mirrors cython nose pytz python-dateutil;
32
33
You can’t perform that action at this time.
0 commit comments