summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-01-28 17:52:11 +0100
committerBenjamin Peterson <benjamin@python.org>2019-01-28 08:52:11 -0800
commitd507154dc2a80f171fdcd63615dd6f85a2b9e131 (patch)
tree6cd6a25759a2014c6eaced00d22c2fd36810187e
parent296c10ce27e11f8c283320b8d9165e393648b760 (diff)
downloadsix-git-d507154dc2a80f171fdcd63615dd6f85a2b9e131.tar.gz
Travis CI: Start testing on Python 3.6, 3.7, and nightly. (#275)
Also, [remove the __sudo__ tag per recommendation of Travis](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 45713fc..53803b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
os: linux
dist: trusty
-sudo: false
language: python
python:
- 2.6
@@ -9,9 +8,8 @@ python:
- 3.3
- 3.4
- 3.5
+- 3.6
- &mainstream_python 3.6
-- 3.6-dev
-- 3.7-dev
- pypy2.7-5.8.0
- pypy3.5-5.8.0
install:
@@ -29,6 +27,10 @@ script:
jobs:
fast_finish: true
include:
+ - python: 3.7
+ dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
+ - python: nightly
+ dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
- stage: upload new version of python package to PYPI (only for tagged commits)
python: *mainstream_python
install: skip