Drop support for EOL Python 3.3

pull/100/head
Hugo 7 years ago
parent 27159f45b3
commit f74adc6893

@ -5,7 +5,6 @@ python:
env: env:
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34 - TOX_ENV=py34
install: install:

@ -40,7 +40,6 @@ setup(
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
], ],

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py33, py34 envlist = py27, py34
[testenv] [testenv]
deps=pytest deps=pytest

Loading…
Cancel
Save