summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2019-10-20 20:52:17 +0200
committerHubert Kario <hubert@kario.pl>2019-10-20 20:55:49 +0200
commita78de00c234b0bb351cf0475bab5b8a530d91f36 (patch)
tree06990056218bfbfcbcaab04ef86c9f5e38808e0f /tox.ini
parent5fa2fd85aa4706c809e3ab705f3a22bf604eec24 (diff)
downloadecdsa-a78de00c234b0bb351cf0475bab5b8a530d91f36.tar.gz
add python3.8 to tests, enable nightly
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index c9b848c..a10f396 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,14 @@
[tox]
-envlist = py26, py27, py33, py34, py35, py36, py37, pypy, pypy3
+envlist = py26, py27, py33, py34, py35, py36, py37, py38, py, pypy, pypy3
[testenv]
deps =
py{33}: py<1.5
py{33}: pytest<3.3
py{26}: unittest2
- py{26,27,34,35,36,37,py,py3}: pytest
+ py{26,27,34,35,36,37,38,py,py3}: pytest
+ py: pytest
py{33}: wheel<0.30
coverage
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
@@ -20,7 +21,7 @@ commands = coverage run --branch -m pytest {posargs:src/ecdsa}
commands = {envpython} speed.py
[testenv:codechecks]
-basepython = python3.6
+basepython = python3
deps =
pyflakes
flake8