diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-07-10 08:09:22 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-07-11 06:44:40 -0600 |
commit | f5b1a67fcc4ad27bce504948c79e606aa06b64c0 (patch) | |
tree | 8f0ec4368766658b9f5ce3ee1c098bb95962e734 /.travis.yml | |
parent | 34b748bbce51f880c712312b9c2d37a3560628c0 (diff) | |
download | numpy-f5b1a67fcc4ad27bce504948c79e606aa06b64c0.tar.gz |
TST: Upgrade to Python 3.8 for DEBUG testing.
The DEBUG test requires the debug version of Python which is only
available for the default Python of the Ubuntu version being used. The
latest available LTS version available for TravisCI looks to be Focal
Fossa (20.04 LTS) which supports Python 3.8. Give it a shot.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b3d8adfa5..cbe2a8043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ addons: packages: &common_packages - gfortran - libgfortran5 - - libgfortran3 - libatlas-base-dev # Speedup builds, particularly when USE_CHROOT=1 - eatmydata @@ -38,7 +37,8 @@ jobs: - python: 3.7 - python: 3.9-dev - - python: 3.6 + - python: 3.8 + dist: focal env: USE_DEBUG=1 addons: apt: |