aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2013-10-27 09:29:29 -0700
committerHynek Schlawack <hs@ox.cx>2013-10-27 09:29:29 -0700
commit42e0a81b0e12ff44da75c0646db01e02b3c54253 (patch)
treedf35f0352d95b0d4407e3d0a4b5c1fb724bb276d
parentcfabf86029ed8b79aa0b2b19fa2f7f635c84f4fe (diff)
parentd31f8492f7ad853cbff7083838d0e9e34bbb3b83 (diff)
downloadcryptography-42e0a81b0e12ff44da75c0646db01e02b3c54253.tar.gz
cryptography-42e0a81b0e12ff44da75c0646db01e02b3c54253.tar.bz2
cryptography-42e0a81b0e12ff44da75c0646db01e02b3c54253.zip
Merge pull request #186 from alex/reqs
Update the requirements file for our direct invocations of coverage
-rw-r--r--dev-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 01030e87..752517dd 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,5 +1,6 @@
flake8
pretend
-pytest-cov
+pytest
+coverage
sphinx
tox