File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,15 @@ sudo: false
12
12
cache :
13
13
directories :
14
14
- $HOME/.cache/pip
15
- addons :
16
- apt :
17
- packages :
18
- - libhdf5-serial-dev
19
- # For numpy --pre wheels
20
- - libatlas-base-dev
21
15
env :
22
16
global :
23
17
- DEPENDS="numpy scipy matplotlib h5py pillow"
24
18
- PYDICOM=1
25
19
- INSTALL_TYPE="setup"
26
20
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
21
+ - PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
27
22
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
23
+ - PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
28
24
python :
29
25
- 3.4
30
26
- 3.5
@@ -58,10 +54,14 @@ matrix:
58
54
- python : 2.7
59
55
env :
60
56
- PYDICOM="v1.0"
61
- # test against pre-release builds
57
+ # test 2.7 against pre-release builds of everything
62
58
- python : 2.7
63
59
env :
64
- - EXTRA_PIP_FLAGS="--pre --find-links=$EXTRA_WHEELS"
60
+ - EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
61
+ # test 3.5 against pre-release builds of everything
62
+ - python : 3.5
63
+ env :
64
+ - EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
65
65
# Documentation doctests
66
66
- python : 2.7
67
67
env :
You can’t perform that action at this time.
0 commit comments