tox-poetry-installer/tox.ini

12 lines
157 B
INI
Raw Normal View History

2020-09-23 06:17:30 +00:00
[tox]
envlist = py38
isolated_build = true
[testenv]
description = Run the tests (pytest)
deps =
requests
skip_install = true
commands =
pip freeze