summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:00:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:00:14 +0000
commitdf9615bac55ac6f1c3f516b66279ac0007175030 (patch)
tree84dd81d1c97835271cea7fbdd67c074742365e07 /test-requirements.txt
parentInitial commit. (diff)
downloadgitlint-df9615bac55ac6f1c3f516b66279ac0007175030.tar.xz
gitlint-df9615bac55ac6f1c3f516b66279ac0007175030.zip
Adding upstream version 0.13.1.upstream/0.13.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..3afab45
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,10 @@
+unittest2==1.1.0; python_version <= '2.7'
+flake8==3.7.9
+coverage==4.5.3
+python-coveralls==2.9.2
+radon==4.1.0
+mock==3.0.5 # mock 4.x no longer supports Python 2.7
+pytest==4.6.3; # pytest 5.x no longer supports Python 2.7
+pylint==1.9.4; python_version == '2.7'
+pylint==2.3.1; python_version >= '3.4'
+-e .