Skip to content

Commit cb11014

Browse files
committed
Use 'dist: xenial' in Travis to simplify configuration
Allows using Python version 3.7 without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release
1 parent db80d07 commit cb11014

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: xenial
12
language: python
23
cache: pip
34
sudo: false
@@ -16,10 +17,10 @@ matrix:
1617
env: TOXENV=py36
1718
- python: 3.7
1819
env: TOXENV=py37
19-
dist: xenial
20-
sudo: true
21-
- python: pypy
20+
- python: pypy2.7-6.0
2221
env: TOXENV=pypy
22+
- python: pypy3.5-6.0
23+
env: TOXENV=pypy3
2324
- python: 3.5
2425
env: TOXENV=flake8
2526

0 commit comments

Comments
 (0)