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 a9db264 commit b46efa3Copy full SHA for b46efa3
.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
- SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
@@ -54,8 +52,8 @@ matrix:
54
52
- python: 3.5
55
53
56
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
57
- # test 3.5 against pre-release builds of everything
58
- - python: 3.5
+ # test 3.7 against pre-release builds of everything
+ - python: 3.7
59
60
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
61
0 commit comments