We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47f80e commit 5b4d03aCopy full SHA for 5b4d03a
.travis.yml
@@ -8,9 +8,7 @@ dist: xenial
8
sudo: true
9
language: python
10
11
-cache:
12
- directories:
13
- - $HOME/.cache/pip
+cache: pip
14
env:
15
global:
16
- DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
@@ -59,8 +57,8 @@ matrix:
59
57
- python: 2.7
60
58
61
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
62
- # test 3.5 against pre-release builds of everything
63
- - python: 3.5
+ # test 3.7 against pre-release builds of everything
+ - python: 3.7
64
65
66
0 commit comments