summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2018-10-07 11:51:20 +0200
committerGitHub <noreply@github.com>2018-10-07 11:51:20 +0200
commit15913d9457cde95bb0b2c92ee19ff6a8f1321833 (patch)
tree1ae617f40ebc1de068d17cfdbf0de44c6096e33c
parentb25d39e93a65d5f51789d89a58ff575bfdd096a8 (diff)
parentf8a365c29abb1f582832838901986f4a6cc8a2dc (diff)
downloadpexpect-git-15913d9457cde95bb0b2c92ee19ff6a8f1321833.tar.gz
Merge pull request #535 from cclauss/patch-1
Travis CI: Remove Python 3.3 and add Python 3.7
-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