mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
ci: Travis: use dist=xenial
This commit is contained in:
committed by
Dave Halter
parent
acccb4f28d
commit
7770e73609
@@ -1,15 +1,15 @@
|
||||
dist: xenial
|
||||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- pypy
|
||||
- 3.7
|
||||
- pypy2.7-6.0
|
||||
- pypy3.5-6.0
|
||||
matrix:
|
||||
include:
|
||||
- { python: "3.7", dist: xenial, sudo: true }
|
||||
- python: 3.5
|
||||
env: TOXENV=cov
|
||||
allow_failures:
|
||||
|
||||
Reference in New Issue
Block a user