summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-06 23:00:14 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-07 00:00:14 -0400
commit4fbc11d981502b8966e852aa6573f8a0349fce51 (patch)
treebf8bb14669261ae1023f63c4f46871e560035e98 /tox.ini
parente466bc917e070e34208a52838a0e21730345a78f (diff)
downloadpyopenssl-4fbc11d981502b8966e852aa6573f8a0349fce51.tar.gz
move deps to extras (#661)
* move deps to extras * this file is gone
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