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

MAINT: documentation and reduce tests

parent 6757847e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
# Welcome
This is the **CaosDB Advanced User Tools** repository and a part of the
CaosDB project.
CaosDB project. This project contains tools that are beyond the typical use of
the CaosDB python client. Especially, this includes the crawler which will
typically be used by a data curator.
# Setup
......
[tox]
envlist= py27, py34, py35, py36
envlist= py37
skip_missing_interpreters = true
[testenv]
deps=nose
pytest
pytest-cov
commands=py.test --cov=caosdb -vv {posargs}
commands=py.test {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment