[tox] envlist=py36, py37, py38, py39 skip_missing_interpreters = true [testenv] deps=nose pandas git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev pytest pytest-cov openpyxl xlrd == 1.2 h5py commands=py.test --cov=caosadvancedtools -vv {posargs} [flake8] max-line-length=100