mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
12 lines
157 B
INI
12 lines
157 B
INI
[tox]
|
|
envlist = py38
|
|
isolated_build = true
|
|
|
|
[testenv]
|
|
description = Run the tests (pytest)
|
|
deps =
|
|
requests
|
|
skip_install = true
|
|
commands =
|
|
pip freeze
|