mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 13:45:01 +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
|
language: python
|
||||||
sudo: false
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- pypy
|
- 3.7
|
||||||
|
- pypy2.7-6.0
|
||||||
|
- pypy3.5-6.0
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { python: "3.7", dist: xenial, sudo: true }
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=cov
|
env: TOXENV=cov
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|||||||
Reference in New Issue
Block a user