mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
05a362c9b5
13
tox.ini
13
tox.ini
|
@ -3,18 +3,7 @@ envlist = flake8,py27,py33,py34,py35,py36,pre-commit,pypy
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps = .[test]
|
||||||
pytest>=2.7.2
|
|
||||||
graphql-core>=1.1
|
|
||||||
promise>=2.0
|
|
||||||
graphql-relay>=0.4.5
|
|
||||||
six
|
|
||||||
blinker
|
|
||||||
singledispatch
|
|
||||||
mock
|
|
||||||
pytz
|
|
||||||
iso8601
|
|
||||||
pytest-benchmark
|
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH = .:{envdir}
|
PYTHONPATH = .:{envdir}
|
||||||
commands=
|
commands=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user