remove eol python from the ci config

This commit is contained in:
Ronny Pfannschmidt 2017-10-09 16:36:41 +02:00
parent 88366b393c
commit 73ff53c742
3 changed files with 0 additions and 7 deletions

View File

@ -31,10 +31,6 @@ env:
matrix:
include:
- env: TOXENV=py26
python: '2.6'
- env: TOXENV=py33
python: '3.3'
- env: TOXENV=pypy
python: 'pypy-5.4'
- env: TOXENV=py35

View File

@ -10,9 +10,7 @@ environment:
- TOXENV: "coveralls"
# note: please use "tox --listenvs" to populate the build matrix below
- TOXENV: "linting"
- TOXENV: "py26"
- TOXENV: "py27"
- TOXENV: "py33"
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"

View File

@ -5,7 +5,6 @@ distshare = {homedir}/.tox/distshare
envlist =
linting
py27
py33
py34
py35
py36