[py2-legacy] disable Python 3.4, 3.5 builds

Just one Python 3 branch as a reference is enough.
This commit is contained in:
James Lu 2018-05-03 12:03:46 -07:00
parent 55e9d04c1a
commit 7ffda37389

View File

@ -2,8 +2,6 @@ sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"