mirror of
https://github.com/interdotlink/ripe-updater.git
synced 2024-05-06 15:54:57 +00:00
12 lines
157 B
INI
12 lines
157 B
INI
[tox]
|
|
envlist = py39,
|
|
isolated_build = True
|
|
|
|
[base]
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
-rtest-requirements.txt
|
|
commands = pytest --cov=ripeupdater
|