Adds a clear error message when uploading an old descriptor
[osm/NBI.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a847ea1..656be6c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 [tox]
-envlist = cover, flake8, unittest
+envlist = cover, flake8
 
 [testenv]
 usedevelop = True
@@ -25,6 +25,8 @@ install_command = python3 -m pip install -r requirements.txt   -U {opts} {packag
 basepython = python3
 deps =
   nose2
+  nose2-cov
+  coverage
   -rrequirements.txt
   -rtest-requirements.txt
 commands =