mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 04:44:29 +08:00
Don't run older Python versions on travis
This commit is contained in:
@@ -1,21 +1,16 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
|
||||||
- 3.4
|
|
||||||
- 3.5
|
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8.2
|
- 3.8.2
|
||||||
- nightly
|
- nightly
|
||||||
- pypy2.7-6.0
|
|
||||||
- pypy3.5-6.0
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
include:
|
include:
|
||||||
- python: 3.5
|
- python: 3.8
|
||||||
env: TOXENV=py35-coverage
|
env: TOXENV=py38-coverage
|
||||||
install:
|
install:
|
||||||
- pip install --quiet tox-travis
|
- pip install --quiet tox-travis
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user