Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again

This commit is contained in:
Daniel Gallagher 2018-05-25 21:33:09 -07:00
parent 4787cdc200
commit 246ab15fec

View File

@ -4,6 +4,7 @@ skipsdist = true
[testenv]
deps=
aniso8601
pytest>=2.7.2
graphql-core>=1.1
promise>=2.0
@ -11,10 +12,12 @@ deps=
six
blinker
singledispatch
snapshottest
mock
pytz
iso8601
pytest-benchmark
pytest-mock
setenv =
PYTHONPATH = .:{envdir}
commands=