Skip to content

Commit a6879aa

Browse files
author
cclauss
authored
Travis CI: Add Python 3.7 to the testing
Also Travis CI is deprecating the keyword 'sudo' https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
1 parent 741f8a0 commit a6879aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: python
2-
sudo: required
3-
dist: trusty
42
python:
53
- '2.7'
64
- '3.4'
75
- '3.5'
86
- '3.6'
7+
matrix:
8+
include:
9+
- python: '3.7'
10+
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
911
cache: pip
1012
before_install:
1113
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key

0 commit comments

Comments
 (0)