summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Banafato <jon@jonafato.com>2017-06-27 17:40:02 -0400
committerJon Banafato <jon@jonafato.com>2017-06-28 14:05:39 -0400
commitad37f7eed83a022746954f72e8bf39d6c9f049d2 (patch)
tree67ae176ee40d88049b5ba5f8074eb58e99d7d031 /tox.ini
parentc877639b55fa0651ecbbcc8b0d01627d25e5e8c3 (diff)
downloadecdsa-ad37f7eed83a022746954f72e8bf39d6c9f049d2.tar.gz
Update Python versions
- Drop support for end-of-lifed Python 3.2 (see the [dev guide](https://docs.python.org/devguide/#status-of-python-branches) for end of life dates) - Declare support and enable tests for Python 3.6
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 1aab69a..668046c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
-envlist = py26, py27, py33, py34, py35
+envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps =
@@ -17,7 +17,7 @@ commands = coverage run -m pytest {posargs:src/ecdsa}
commands = {envpython} speed.py
[testenv:codechecks]
-basepython = python3.5
+basepython = python3.6
deps =
pyflakes
flake8