changeset 362:ff595828a364

Update development `requirements.txt`, add code coverage tools.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 26 Apr 2015 08:34:27 -0700
parents b9779d989319
children dd25bd3ce1f9
files dev-requirements.txt
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dev-requirements.txt	Sun Apr 26 08:33:59 2015 -0700
+++ b/dev-requirements.txt	Sun Apr 26 08:34:27 2015 -0700
@@ -1,4 +1,7 @@
+cov-core==1.15.0
+coverage==3.7.1
 mock==1.0.1
-pytest==2.6.1
-pytest-mock==0.2.0
+pytest==2.7.0
+pytest-cov==1.8.1
+pytest-mock==0.4.3