Miguel Grinberg
5 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with
5 additions and
4 deletions
-
tox.ini
|
@ -1,5 +1,5 @@ |
|
|
[tox] |
|
|
[tox] |
|
|
envlist=flake8,py35,py36,py37,pypy3,docs |
|
|
envlist=flake8,py35,py36,py37,py38,pypy3,docs |
|
|
skip_missing_interpreters=True |
|
|
skip_missing_interpreters=True |
|
|
|
|
|
|
|
|
[testenv] |
|
|
[testenv] |
|
@ -10,13 +10,14 @@ deps= |
|
|
pytest-cov |
|
|
pytest-cov |
|
|
mock |
|
|
mock |
|
|
basepython = |
|
|
basepython = |
|
|
flake8: python3.7 |
|
|
flake8: python3.8 |
|
|
py35: python3.5 |
|
|
py35: python3.5 |
|
|
py36: python3.6 |
|
|
py36: python3.6 |
|
|
py37: python3.7 |
|
|
py37: python3.7 |
|
|
|
|
|
py38: python3.8 |
|
|
pypy3: pypy3 |
|
|
pypy3: pypy3 |
|
|
docs: python3.7 |
|
|
docs: python3.8 |
|
|
coverage: python3.7 |
|
|
coverage: python3.8 |
|
|
|
|
|
|
|
|
[testenv:flake8] |
|
|
[testenv:flake8] |
|
|
deps= |
|
|
deps= |
|
|