Skip to content
Snippets Groups Projects
tox.ini 347 B
Newer Older
[tox]
envlist=py36, py37, py38, py39, py310
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
    gitignore-parser
commands=py.test --cov=caosadvancedtools -vv {posargs}

[flake8]
max-line-length=100