summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-10 18:37:22 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-10 18:37:22 -0800
commit620a5391c38a2eef86ba69748833aa3c00aaef62 (patch)
treebc6a48c29a7688100f856120531bb886fc489ae1 /tox.ini
parentc98e30b5cb812a5efe0f6c9c40861009069932b7 (diff)
downloadpython-requests-620a5391c38a2eef86ba69748833aa3c00aaef62.tar.gz
Remove unsupported Python 3.3 from tox.ini
Python 3.3 is not a supported version so don't test it.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2a961c82..38bf3ac4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
-envlist = py26,py27,py33,py34,py35,py36
+envlist = py26,py27,py34,py35,py36
[testenv]
commands =
pip install -e .[socks]
- python setup.py test \ No newline at end of file
+ python setup.py test