summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 17:26:41 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 17:26:41 -0400
commit1bdc51b6df71d72f7edf149d06a37319367dad9e (patch)
tree6487f76eb371b5c4b84ae8df54c3869d36ad7306 /tox.ini
parent3e147a7d69757c3b5190281faeb0d20cd5625524 (diff)
downloadpy-bcrypt-git-1bdc51b6df71d72f7edf149d06a37319367dad9e.tar.gz
drop python 3.2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c09d679..93db7b3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py32,py33,py34,pep8,py3pep8
+envlist = py26,py27,pypy,py33,py34,pep8,py3pep8
[testenv]
# If you add a new dep here you probably need to add it in setup.py as well