summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 39787104e..16bea0e1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ addons:
apt:
packages: &common_packages
- gfortran
- - libatlas-dev
- libatlas-base-dev
# Speedup builds, particularly when USE_CHROOT=1
- eatmydata
@@ -33,12 +32,14 @@ env:
python:
- 3.5
- 3.6
+ - 3.7
- 3.8-dev
matrix:
include:
- python: 3.7
env: INSTALL_PICKLE5=1
- - python: 3.5
+ - python: 3.6
+ dist: bionic
env: USE_DEBUG=1
addons:
apt: