You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytor/tox.ini

18 lines
284 B
INI

[tox]
envlist = py36, py37, py38, py39, py310
skip_missing_interpreters = true
isolated_build = true
; [testenv]
; deps=
; pytest
; pyfakefs
; pycryptodome
; commands=pytest -v
[testenv]
whitelist_externals = poetry
commands =
poetry install -v
poetry run pytest -v