From 84b6264562a0ff4816ebc84a2ed4c7ca7d7e06f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 14 Aug 2019 21:40:57 +0200
Subject: [PATCH] MAINT: documentation and reduce tests

---
 README.md | 4 +++-
 tox.ini   | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 4a8c28ac..e5d83aed 100644
--- a/README.md
+++ b/README.md
@@ -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
 
diff --git a/tox.ini b/tox.ini
index 74d8c643..5b51a29c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
 [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}
-- 
GitLab