Skip to content

Commit 5b4d03a

Browse files
committed
MAINT: Check nightly builds on 3.7
1 parent f47f80e commit 5b4d03a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
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
- DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
@@ -59,8 +57,8 @@ matrix:
5957
- python: 2.7
6058
env:
6159
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
62-
# test 3.5 against pre-release builds of everything
63-
- python: 3.5
60+
# test 3.7 against pre-release builds of everything
61+
- python: 3.7
6462
env:
6563
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
6664
- python: 2.7

0 commit comments

Comments
 (0)