mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Change travis to only compile for p3.6+
This commit is contained in:
parent
40534bcce9
commit
4eb9a628b5
|
@ -1,18 +1,12 @@
|
||||||
language: python
|
language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TOXENV=py27
|
|
||||||
python: 2.7
|
|
||||||
- env: TOXENV=py35
|
|
||||||
python: 3.5
|
|
||||||
- env: TOXENV=py36
|
- env: TOXENV=py36
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=py37
|
- env: TOXENV=py37
|
||||||
python: 3.7
|
python: 3.7
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
- env: TOXENV=pypy
|
|
||||||
python: pypy-5.7.1
|
|
||||||
- env: TOXENV=pre-commit
|
- env: TOXENV=pre-commit
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=mypy
|
- env: TOXENV=mypy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user