diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-10-26 19:39:55 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-10-26 19:39:55 -0400 |
commit | 20b17c2908177ba842ef4811721a1b247984263d (patch) | |
tree | acc64bd310de3bdb83cb8ab80f0bf00377c95370 | |
parent | f3a68faffae9fd728c689b4732c1d3397d1d3faa (diff) | |
download | markdown-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.
-rw-r--r-- | test-requirements.txt | 2 |
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 |