diff dev-requirements.txt @ 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 779c67decff6
children 79aefe82c6b6
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