Skip to content

Commit b46efa3

Browse files
committed
MAINT: Check nightly builds on 3.7
1 parent a9db264 commit b46efa3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ dist: xenial
88
sudo: true
99
language: python
1010

11-
cache:
12-
directories:
13-
- $HOME/.cache/pip
11+
cache: pip
1412
env:
1513
global:
1614
- SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
@@ -54,8 +52,8 @@ matrix:
5452
- python: 3.5
5553
env:
5654
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
57-
# test 3.5 against pre-release builds of everything
58-
- python: 3.5
55+
# test 3.7 against pre-release builds of everything
56+
- python: 3.7
5957
env:
6058
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
6159
- python: 3.5

0 commit comments

Comments
 (0)