summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fc9c65bd..1946b48e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,6 @@ sudo: false # false enables container-based build for fast boot times on Linux
matrix:
include:
- os: linux
- python: 3.4
- env: TOXENV=py34
- - os: linux
python: 3.5
env: TOXENV=py35
- os: linux
@@ -19,6 +16,9 @@ matrix:
sudo: true # Travis CI doesn't yet support official (non-development) Python 3.7 on container-based builds
env: TOXENV=py37
- os: linux
+ python: 3.8-dev
+ env: TOXENV=py38
+ - os: linux
python: 3.5
env: TOXENV=docs
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow