Upgrade graphql-relay (#1032)

* Upgrade graphql-relay

* Remove pypy3 test
This commit is contained in:
Jonathan Kim 2019-07-15 21:02:56 +01:00 committed by GitHub
parent 57157ab7f4
commit 6fc1a8f79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
install:
- pip install tox tox-travis

View File

@ -86,7 +86,7 @@ setup(
install_requires=[
"six>=1.10.0,<2",
"graphql-core>=2.1,<3",
"graphql-relay>=0.4.5,<1",
"graphql-relay>=2,<3",
"aniso8601>=3,<=6",
],
tests_require=tests_require,