kopia lustrzana https://github.com/halcy/Mastodon.py
commit
d9193f3d2c
17
Pipfile
17
Pipfile
|
@ -1,17 +0,0 @@
|
||||||
[[source]]
|
|
||||||
url = "https://pypi.org/simple"
|
|
||||||
verify_ssl = true
|
|
||||||
name = "pypi"
|
|
||||||
|
|
||||||
[packages]
|
|
||||||
|
|
||||||
[dev-packages]
|
|
||||||
mastodon-py = {editable = true, extras = ["tests"], path = "."}
|
|
||||||
pytest = "<4"
|
|
||||||
pytest-runner = "*"
|
|
||||||
pytest-cov = "*"
|
|
||||||
vcrpy = "*"
|
|
||||||
pytest-vcr = "<1"
|
|
||||||
pytest-mock = "*"
|
|
||||||
requests-mock = "*"
|
|
||||||
|
|
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