summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-19 06:08:50 +0300
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-19 11:08:50 +0800
commit1a4de7ad56087f3914a0dd7c435e5963851a1af9 (patch)
tree60a2469fb4c16789e6160a1fe3f30b923deebf03 /tox.ini
parentc3490542aef490cf148c93cc0ab28fb16b22fdc7 (diff)
downloadpy-bcrypt-git-1a4de7ad56087f3914a0dd7c435e5963851a1af9.tar.gz
Drop Python 2.6 and 3.3 support (#133)
* Don't test on EOL Python 2.6 * Remove unnecessary positional formatters for Python 2.7+ * Remove branch restriction to test feature branches * Leave PyPy compatibility at 2.6+ * Don't test on EOL Python 3.3 * Don't test feature branches
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 3fb82a9..2d40f24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py33,py34,py35,py36,pep8,py3pep8,packaging
+envlist = py27,pypy,py34,py35,py36,pep8,py3pep8,packaging
[testenv]
extras =