Skip to content
Snippets Groups Projects
Commit ffa0f186 authored by ulif's avatar ulif
Browse files

In tests also support pypy3, Python 3.8.

parent c461ab6f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ addopts = --doctest-modules --doctest-glob='*.rst' -m 'not packaging' ...@@ -3,7 +3,7 @@ addopts = --doctest-modules --doctest-glob='*.rst' -m 'not packaging'
diceware tests docs README.rst diceware tests docs README.rst
[tox] [tox]
envlist = flake8, pypy, py26, py27, py33, py34, py35, py36, py37, coverage, pkg envlist = flake8, pypy, pypy3, py26, py27, py33, py34, py35, py36, py37, py38, coverage, pkg
[testenv] [testenv]
usedevelop=True usedevelop=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment