8000 CI: bump ubuntu version used on travis and set sudo true on 3.7 job · matplotlib/matplotlib@5e71326 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e71326

Browse files
committed
CI: bump ubuntu version used on travis and set sudo true on 3.7 job
1 parent 2a653ed commit 5e71326

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
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,11 +69,13 @@ 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'
7576
- python: 3.6
7677
- python: 3.7
78+
sudo: true
7779
env:
7880
- DELETE_FONT_CACHE=1
7981
- PYTEST_ADDOPTS="$PYTEST_ADDOPTS --pep8"

0 commit comments

Comments
 (0)
0