-
Adam Williamson authored
This drops the travis-ci config and adds config for running tests via tox in Github Actions. It also updates the list of envs in tox.ini for recent Python 3 versions. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
Adam Williamson authoredThis drops the travis-ci config and adds config for running tests via tox in Github Actions. It also updates the list of envs in tox.ini for recent Python 3 versions. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
tox.ini 245 B
[tox]
envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,flake
[testenv]
deps =
pytest
pytest-cov
responses
mock
commands = py.test -v --cov mwclient test
[testenv:flake]
deps =
flake8
commands =
flake8 mwclient