summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-10-07 07:45:14 +0200
committerGitHub <noreply@github.com>2018-10-07 07:45:14 +0200
commitf8a365c29abb1f582832838901986f4a6cc8a2dc (patch)
tree1ae617f40ebc1de068d17cfdbf0de44c6096e33c
parentb25d39e93a65d5f51789d89a58ff575bfdd096a8 (diff)
downloadpexpect-f8a365c29abb1f582832838901986f4a6cc8a2dc.tar.gz
Travis CI: Remove Python 3.3 and add Python 3.7
3.3 is EOL and 3.7 requires special handling on Travis.
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40d9622..8b9b7cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- 2.7
- - 3.3
- 3.4
- 3.5
- 3.6
@@ -10,6 +9,10 @@ python:
- nightly
matrix:
+ include:
+ - python 3.7
+ dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
+ sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
allow_failures:
# PyPy on Travis is currently incompatible with Cryptography.
- python: pypy