Skip to content

Commit 3fad061

Browse files
committed
CI: re-jigger test matrix to include 3.7
- run 3.7 with pep8 - only run 1 3.5 build - bump ubuntu version, sudo seems to be required for 3.7
1 parent d9240e2 commit 3fad061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22

3-
dist: trusty
3+
dist: xenial
44
sudo: false
55

66
branches:
@@ -69,17 +69,17 @@ env:
6969
matrix:
7070
include:
7171
- python: 3.5
72+
dist: trusty
7273
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
7374
env:
7475
- PINNEDVERS='-c requirements/testing/travis35.txt'
75-
- python: 3.5
76-
env:
77-
# - PYTHONOPTIMIZE=2 # This currently doesn't work.
7876
- python: 3.6
7977
env:
8078
- DELETE_FONT_CACHE=1
8179
- EXTRAREQS='-r requirements/testing/travis36.txt'
8280
- RUN_FLAKE8=1
81+
- python: 3.7
82+
sudo: true
8383
- python: "nightly"
8484
env: PRE=--pre
8585
- os: osx

0 commit comments

Comments
 (0)