summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f655009..877146b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,11 +5,10 @@ envlist = {pypy,py26,py27,py33,py34,py35,py36}{,-cryptographyMaster,-cryptograph
whitelist_externals =
openssl
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
+extras =
+ test
deps =
coverage>=4.2
- pytest>=3.0.1
- pretend
- flaky
cryptographyMaster: git+https://github.com/pyca/cryptography.git
cryptographyMinimum: cryptography<=1.9
setenv =
@@ -71,7 +70,8 @@ commands =
check-manifest
[testenv:docs]
-deps = -rdocs-requirements.txt
+extras =
+ docs
basepython = python2.7
commands =
sphinx-build -W -b html doc doc/_build/html