aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlexander Gaynor <alex.gaynor@gmail.com>2014-07-28 22:26:51 -0700
committerAlexander Gaynor <alex.gaynor@gmail.com>2014-07-28 22:26:51 -0700
commiteb1c41cf0b038f8df1309e1b6d3e116197c72e0d (patch)
tree5512c200c494271ad1ff0a2bdc08f9e8dcadf706 /tox.ini
parent3319c95bf861f806a1b237c99661b30379389063 (diff)
downloadcryptography-eb1c41cf0b038f8df1309e1b6d3e116197c72e0d.tar.gz
cryptography-eb1c41cf0b038f8df1309e1b6d3e116197c72e0d.tar.bz2
cryptography-eb1c41cf0b038f8df1309e1b6d3e116197c72e0d.zip
Move coverage configuration to the config file
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ef5e46d7..98cd8a68 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
pytest
./vectors
commands =
- coverage run --source=cryptography/,tests/ -m pytest --capture=no --strict {posargs}
+ coverage run -m pytest --capture=no --strict {posargs}
coverage report -m
[testenv:docs]