[tox] envlist=py37, py38, py39, py310, py311 skip_missing_interpreters = true [testenv] deps=nose pandas git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev pytest pytest-cov gitignore-parser openpyxl >= 3.0.7 xlrd == 1.2 h5py commands=py.test --cov=caosadvancedtools --cov-report=html:.tox/cov_html -vv {posargs} [flake8] max-line-length=100 [pytest] testpaths = unittests addopts = -vv xfail_strict = True