Disable travis tests for python 3.4/3.5 and pypy/pypy3

This commit is contained in:
Grigouze 2020-09-28 23:43:52 +02:00
parent 4929411ef2
commit ec0f3bb459

View file

@ -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