File tree 4 files changed +22
-7
lines changed
4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,28 @@ matrix:
48
48
- python : 2.7
49
49
env :
50
50
- NOSE_ARGS="not slow and not network and not disabled"
51
- - JOB_NAME : " 27_numpy_dev"
52
- - JOB_TAG=_NUMPY_DEV
53
- - NUMPY_BUILD=true # build numpy master from source
51
+ - JOB_NAME : " 27_numpy_master"
52
+ - JOB_TAG=_NUMPY_DEV_master
53
+ - NUMPY_BUILD=master
54
+ - python : 2.7
55
+ env :
56
+ - NOSE_ARGS="not slow and not network and not disabled"
57
+ - JOB_NAME : " 27_numpy_1.8.x"
58
+ - JOB_TAG=_NUMPY_DEV_1_8_x
59
+ - NUMPY_BUILD=maintenance/1.8.x
54
60
allow_failures :
55
61
- python : 2.7
56
62
env :
57
63
- NOSE_ARGS="not slow and not network and not disabled"
58
- - JOB_NAME : " 27_numpy_dev"
59
- - JOB_TAG=_NUMPY_DEV
60
- - NUMPY_BUILD=true # build numpy master from source
64
+ - JOB_NAME : " 27_numpy_master"
65
+ - JOB_TAG=_NUMPY_DEV_master
66
+ - NUMPY_BUILD=master
67
+ - python : 2.7
68
+ env :
69
+ - NOSE_ARGS="not slow and not network and not disabled"
70
+ - JOB_NAME : " 27_numpy_1.8.x"
71
+ - JOB_TAG=_NUMPY_DEV_1_8_x
72
+ - NUMPY_BUILD=maintenance/1.8.x
61
73
62
74
# allow importing from site-packages,
63
75
# so apt-get python-x works for system pythons
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ -n "$NUMPY_BUILD" ]; then
57
57
pip uninstall numpy -y
58
58
59
59
# clone & install
60
- git clone --branch master https://github.com/numpy/numpy.git numpy
60
+ git clone --branch $NUMPY_BUILD https://github.com/numpy/numpy.git numpy
61
61
cd numpy
62
62
time sudo python setup.py install
63
63
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ python-dateutil
2
+ pytz==2013b
3
+ cython==0.19.1
You can’t perform that action at this time.
0 commit comments