Skip to content
Snippets Groups Projects
tox.ini 319 B
Newer Older
[tox]
envlist=py36, py37, py38, py39
skip_missing_interpreters = true
[testenv]
deps=nose
Henrik tom Wörden's avatar
Henrik tom Wörden committed
    git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
    pytest
    pytest-cov
commands=py.test --cov=caosadvancedtools -vv {posargs}

[flake8]
max-line-length=100