kopia lustrzana https://github.com/halcy/Mastodon.py
Add newer python versions to tox.ini
rodzic
9225072cc8
commit
e6e1e1519f
9
tox.ini
9
tox.ini
|
@ -1,11 +1,8 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36,py37
|
envlist = py36,py37,py38,py39,py310,py311
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = pipenv==2018.11.14
|
deps = .[test]
|
||||||
passenv = HOME
|
commands = python setup.py test
|
||||||
commands =
|
|
||||||
pipenv sync -d
|
|
||||||
pipenv run pytest
|
|
||||||
|
|
Ładowanie…
Reference in New Issue