drop wheezy testing which is EndOfLife (closes #385)

docker
Benoît Latinier 6 years ago
parent 7f55c81e08
commit 0ff39017c6

@ -9,8 +9,6 @@ matrix:
env: TOX_ENV=py35
- python: 3.6
env: TOX_ENV=py36
- python: 2.7
env: TOX_ENV=wheezy
install:
- pip install -U pip
- pip install flake8 tox

@ -21,9 +21,3 @@ deps=
misaka==1.0.2
passlib==1.5.3
werkzeug==0.8.3
[testenv:wheezy]
basepython=python2.7
deps =
{[testenv:py27]deps}
{[testenv:debian]deps}

Loading…
Cancel
Save