Merge pull request #307 from jkawamoto/tox

Add newer python versions to tox.ini
pull/306/head^2
Lorenz Diener 2023-04-23 18:48:16 +03:00 zatwierdzone przez GitHub
commit d9193f3d2c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 23 usunięć

17
Pipfile
Wyświetl plik

@ -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 = "*"

Wyświetl plik

@ -1,11 +1,8 @@
[tox]
envlist = py36,py37
envlist = py36,py37,py38,py39,py310,py311
skipsdist = true
[testenv]
deps = pipenv==2018.11.14
passenv = HOME
commands =
pipenv sync -d
pipenv run pytest
deps = .[test]
commands = python setup.py test