Skip to content

Commit

Permalink
MAINT: Check nightly builds on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 13, 2019
1 parent a9db264 commit b46efa3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dist: xenial
sudo: true
language: python

cache:
directories:
- $HOME/.cache/pip
cache: pip
env:
global:
- SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
Expand Down Expand Up @@ -54,8 +52,8 @@ matrix:
- python: 3.5
env:
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
# test 3.5 against pre-release builds of everything
- python: 3.5
# test 3.7 against pre-release builds of everything
- python: 3.7
env:
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
- python: 3.5
Expand Down

0 comments on commit b46efa3

Please sign in to comment.