Skip to content
Snippets Groups Projects
Commit 1c743873 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

tox

parent f7a8e030
Branches
Tags
No related merge requests found
Pipeline #41172 failed
......@@ -12,7 +12,11 @@ deps=nose
openpyxl >= 3.0.7
xlrd == 1.2
h5py
commands=py.test --cov=caosadvancedtools -vv {posargs}
commands_pre=pip install ../caosdb-pylib/
python --version
python -c "import caosdb; print(caosdb.__version__)"
# Add "-x" to stop at first error.
commands=pytest --cov=caosadvancedtools -vv {posargs}
[flake8]
max-line-length=100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment