mirror of
https://github.com/Gandi/gandi.cli.git
synced 2026-01-11 17:36:26 +00:00
Disable travis tests for python 3.4/3.5 and pypy/pypy3
This commit is contained in:
parent
4929411ef2
commit
ec0f3bb459
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
# - "3.4"
|
||||
# - "3.5"
|
||||
- "3.6"
|
||||
- "3.8"
|
||||
- pypy
|
||||
- pypy3
|
||||
# - pypy
|
||||
# - pypy3
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue