Revert "Add git commit coala bear" 21/62421/2
authorSam Hague <shague@redhat.com>
Tue, 29 Aug 2017 16:46:28 +0000 (16:46 +0000)
committerSam Hague <shague@redhat.com>
Tue, 29 Aug 2017 16:46:38 +0000 (16:46 +0000)
This reverts commit 12d10f57789a5a63cf1ae6133f64205f247ff0fd.

Change-Id: I23574392ac3e152585043839c38dd749aee7ed77
Signed-off-by: Sam Hague <shague@redhat.com>
.coafile [deleted file]
tox.ini

diff --git a/.coafile b/.coafile
deleted file mode 100644 (file)
index 382fc57..0000000
--- a/.coafile
+++ /dev/null
@@ -1,7 +0,0 @@
-[GitCommit]
-bears = GitCommitBear
-ignore_length_regex = Signed-off-by,
-    Also-by,
-    Co-authored-by,
-    http://,
-    https://
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