aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-10-26 19:39:55 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2015-10-26 19:39:55 -0400
commit20b17c2908177ba842ef4811721a1b247984263d (patch)
treeacc64bd310de3bdb83cb8ab80f0bf00377c95370 /test-requirements.txt
parentf3a68faffae9fd728c689b4732c1d3397d1d3faa (diff)
downloadmarkdown-20b17c2908177ba842ef4811721a1b247984263d.tar.gz
markdown-20b17c2908177ba842ef4811721a1b247984263d.tar.bz2
markdown-20b17c2908177ba842ef4811721a1b247984263d.zip
Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we must stick with coverage<4.0.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4bfa763..7c93558 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
nose
-coverage
+coverage<4.0
pyyaml
pytidylib \ No newline at end of file