Remove support for Python 2.6

This commit is contained in:
Marc Abramowitz 2017-02-19 09:24:45 -08:00
parent 736d3d625f
commit 26c2f38569
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: python
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
test_suite = requests_unixsocket.tests

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, pypy, flake8
envlist = py27, py33, py34, py35, pypy, flake8
[testenv]
commands = py.test {posargs:requests_unixsocket/tests}