diff --git a/tox.ini b/tox.ini index 88a8d0a1..cf538bb7 100644 --- a/tox.ini +++ b/tox.ini @@ -3,21 +3,7 @@ envlist = flake8,py27,py33,py34,py35,py36,pre-commit,pypy skipsdist = true [testenv] -deps= - aniso8601 - pytest>=2.7.2 - graphql-core>=1.1 - promise>=2.0 - graphql-relay>=0.4.5 - six - blinker - singledispatch - snapshottest - mock - pytz - iso8601 - pytest-benchmark - pytest-mock +deps = .[test] setenv = PYTHONPATH = .:{envdir} commands=