Select Git revision
-
Henrik tom Wörden authoredHenrik tom Wörden authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 287 B
[tox]
envlist=py36, py37, py38
skip_missing_interpreters = true
[testenv]
setenv = PASSWORD_STORE_DIR = {env:HOME}/.password-store
deps=pytest
nose
pytest-cov
commands_pre=pip install ../caosdb-pylib/
# Add "-x" to stop at first error.
commands=pytest --cov=caosdb -vv {posargs}