Skip to content

Commit 5ac1272

Browse files
authored
Merge pull request #829 from jdufresne/xenial
Use 'dist: xenial' in Travis to simplify configuration
2 parents db80d07 + cb11014 commit 5ac1272

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)