summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 14:16:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 14:16:24 -0700
commitfb8adfcb2f0a67519ee81cad0c50d2e359ff3a20 (patch)
treec9dd8f8fc8fdf21fa0c313019c7da00bb6a005a1 /tox.ini
parent139cf462ca0126d6ed161a4b32e6b6c889c77318 (diff)
downloadcryptography-fb8adfcb2f0a67519ee81cad0c50d2e359ff3a20.tar.gz
Use raw vector files
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 92bcb75bd..57b424123 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,9 +3,10 @@ envlist = py26,py27,pypy,py32,py33,docs,pep8
[testenv]
deps =
- pytest
coverage
+ iso8601
pretend
+ pytest
commands =
coverage run --source=cryptography/,tests/ -m pytest
coverage report -m --fail-under 100