mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
Removed testing in Python 3.4 and start testing in 3.6
This commit is contained in:
parent
ec5697b185
commit
8ff3380291
|
@ -2,8 +2,8 @@ language: python
|
|||
sudo: false
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- pypy
|
||||
before_install:
|
||||
- |
|
||||
|
|
|
@ -9,7 +9,6 @@ from ..types import (Boolean, Enum, Int, Interface, List, NonNull, Scalar,
|
|||
String, Union)
|
||||
from ..types.field import Field
|
||||
from ..types.objecttype import ObjectType, ObjectTypeOptions
|
||||
from .node import is_node
|
||||
|
||||
|
||||
class PageInfo(ObjectType):
|
||||
|
|
Loading…
Reference in New Issue
Block a user