summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-25 21:12:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-25 22:17:30 -0500
commitd9d42d16b6539c151ff08eba79186ab2035ea89d (patch)
treeea43ee7104d6a38d85c169358e81ca64063d7559
parenta28e873891003ad31762e1214d32f54ec423fd62 (diff)
downloadpython-coveragepy-git-nedbat/travis-39.tar.gz
What does this do?nedbat/travis-39
-rw-r--r--.travis.yml25
1 files changed, 18 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index c68e816f..1841c4e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,24 +4,35 @@
# Tell Travis what to do
# https://travis-ci.com/nedbat/coveragepy
-dist: xenial
+dist: bionic
language: python
cache: pip
python:
- '2.7'
- - '3.5'
- - '3.6'
- - '3.7'
- - '3.8'
- - 'pypy2.7-6.0'
- - 'pypy3.5-6.0'
+ #- '3.5'
+ #- '3.6'
+ #- '3.7'
+ #- '3.8'
+ #- 'pypy2.7-6.0'
+ #- 'pypy3.5-6.0'
env:
matrix:
- COVERAGE_COVERAGE=no
- COVERAGE_COVERAGE=yes
+matrix:
+ include:
+ - env: TOXENV=py39
+ addons:
+ apt:
+ sources:
+ - deadsnakes
+ packages:
+ - python3.9
+ - python3-distutils
+
install:
- pip install -r requirements/ci.pip
- pip freeze