From a6495a7af03a90dd42441ff7194d252332c09645 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 12 May 2016 09:24:14 -0700 Subject: [PATCH] Add test-requirements for py27 testing Add the requirements for py27 testing. --- test-requirements.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 86a2f57..101393b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,11 @@ # of appearance. hacking<0.11,>=0.10.0 -flake8-docstrings==0.2.1.post1 \ No newline at end of file +flake8-docstrings==0.2.1.post1 + +coverage>=3.6 +fixtures>=1.3.1 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +testrepository>=0.0.18 +testresources>=0.2.4 +testtools>=1.4.0 \ No newline at end of file