diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-10 15:48:57 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-10 15:48:57 -0400 |
commit | 83a0f488985a5c3c558b047aa684aed01f507342 (patch) | |
tree | 625d400eff3ac987639813dd1ee0e6c20634e218 | |
parent | bac187d7e1c7c3bb2f2968f5c36bdcd03d7ce3a1 (diff) | |
download | cryptography-83a0f488985a5c3c558b047aa684aed01f507342.tar.gz cryptography-83a0f488985a5c3c558b047aa684aed01f507342.tar.bz2 cryptography-83a0f488985a5c3c558b047aa684aed01f507342.zip |
Fixed tox
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8 [testenv] -deps = pytest-cov pretend +deps = + pytest-cov + pretend commands = py.test --cov=cryptography/ --cov=tests/ [testenv:docs] |