diff options
author | cclauss <cclauss@bluewin.ch> | 2018-07-23 01:32:10 +0200 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-07-22 18:32:10 -0500 |
commit | bc021e4ae3232875fbbd13cdc74348f9893ed641 (patch) | |
tree | a6fbeec5577bdde25c1e5a601672a8272ce200bd /.travis.yml | |
parent | 35ec442fb961bb2d33cb5d9096207213c5022ec9 (diff) | |
download | numpy-bc021e4ae3232875fbbd13cdc74348f9893ed641.tar.gz |
TST: Add Python 3.7 to CI testing (#11598)
Add testing with Python 3.7 to both appveyor and travis.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e428953e0..904094d47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,9 +35,11 @@ python: - 3.4 - 3.5 - 3.6 - - 3.7-dev matrix: include: + - python: 3.7 + dist: xenial # Required for Python 3.7 + sudo: true # travis-ci/travis-ci#9069 - python: 3.6 env: USE_CHROOT=1 ARCH=i386 DIST=bionic PYTHON=3.6 sudo: true |