travis/tox/appveyor: remove py3.3 and py3.4

We support py2.7, and py3.5 and higher.
This commit is contained in:
Brian Warner 2019-09-10 23:07:09 -07:00
parent 6ceecb78bf
commit e9f166cb96
3 changed files with 1 additions and 5 deletions

View File

@ -14,7 +14,6 @@ environment:
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
DISTUTILS_USE_SDK: "1" DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36" - PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python36-x64"

View File

@ -23,8 +23,6 @@ after_success:
matrix: matrix:
include: include:
- python: 2.7 - python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5 - python: 3.5
- python: 3.6 - python: 3.6
- python: 3.7 - python: 3.7
@ -34,5 +32,4 @@ matrix:
dist: xenial dist: xenial
- python: nightly - python: nightly
allow_failures: allow_failures:
- python: 3.3
- python: nightly - python: nightly

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = {py27,py34,py35,py36,py37,pypy} envlist = {py27,py35,py36,py37,pypy}
skip_missing_interpreters = True skip_missing_interpreters = True
minversion = 2.4.0 minversion = 2.4.0