From 4fbc11d981502b8966e852aa6573f8a0349fce51 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 6 Jul 2017 23:00:14 -0500 Subject: move deps to extras (#661) * move deps to extras * this file is gone --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1