Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 236 B
[tox]
envlist=py38, py39, py310
skip_missing_interpreters = true
[testenv]
deps = .
nose
pytest
pytest-cov
python-dateutil
jsonschema==4.0.1
commands=py.test --cov=caosdb -vv {posargs}
[flake8]
max-line-length=100