Add LogCaptureRule to AclServiceTestBase & ElanServiceTest
[netvirt.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 23a89bd2bfa770df5671f085826bf4fa5b7679a4..e3908be0205621e7492ca970e47ff86e2f4503c1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,19 +1,8 @@
 [tox]
 minversion = 1.6.0
-envlist = coala,docs
+envlist = docs
 skipsdist = true
 
-[testenv:coala]
-basepython = python3
-deps =
-    coala==0.11
-    coala-bears==0.11
-    # Requests 2.16 breaks dependencies
-    requests<2.16
-commands =
-    python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
-    coala --non-interactive
-
 [testenv:docs]
 deps = sphinx
 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html