File tree Expand file tree Collapse file tree 2 files changed +51
-4
lines changed Expand file tree Collapse file tree 2 files changed +51
-4
lines changed Original file line number Diff line number Diff line change
1
+ language : python
2
+ matrix :
3
+ include :
4
+ # Python 3.6
5
+ - env : TOXENV=py36
6
+ python : 3.6
7
+ # Python 3.7
8
+ - env : TOXENV=py37
9
+ python : 3.7
10
+ dist : xenial
11
+ # Python 3.8
12
+ - env : TOXENV=py38
13
+ python : 3.8
14
+ dist : xenial
15
+ # SQLAlchemy 1.1
16
+ - env : TOXENV=py37-sql11
17
+ python : 3.7
18
+ dist : xenial
19
+ # SQLAlchemy 1.2
20
+ - env : TOXENV=py37-sql12
21
+ python : 3.7
22
+ dist : xenial
23
+ # SQLAlchemy 1.3
24
+ - env : TOXENV=py37-sql13
25
+ python : 3.7
26
+ dist : xenial
27
+ # SQLAlchemy 1.4
28
+ - env : TOXENV=py37-sql14
29
+ python : 3.7
30
+ dist : xenial
31
+ # Pre-commit
32
+ - env : TOXENV=pre-commit
33
+ python : 3.7
34
+ dist : xenial
35
+ install : pip install .[dev]
36
+ script : tox
37
+ after_success : coveralls
38
+ cache :
39
+ directories :
40
+ - $HOME/.cache/pip
41
+ - $HOME/.cache/pre-commit
42
+ deploy :
43
+ provider : pypi
44
+ user : syrusakbary
45
+ on :
46
+ tags : true
47
+ password :
48
+ secure : q0ey31cWljGB30l43aEd1KIPuAHRutzmsd2lBb/2zvD79ReBrzvCdFAkH2xcyo4Volk3aazQQTNUIurnTuvBxmtqja0e+gUaO5LdOcokVdOGyLABXh7qhd2kdvbTDWgSwA4EWneLGXn/SjXSe0f3pCcrwc6WDcLAHxtffMvO9gulpYQtUoOqXfMipMOkRD9iDWTJBsSo3trL70X1FHOVr6Yqi0mfkX2Y/imxn6wlTWRz28Ru94xrj27OmUnCv7qcG0taO8LNlUCquNFAr2sZ+l+U/GkQrrM1y+ehPz3pmI0cCCd7SX/7+EG9ViZ07BZ31nk4pgnqjmj3nFwqnCE/4IApGnduqtrMDF63C9TnB1TU8oJmbbUCu4ODwRpBPZMnwzaHsLnrpdrB89/98NtTfujdrh3U5bVB+t33yxrXVh+FjgLYj9PVeDixpFDn6V/Xcnv4BbRMNOhXIQT7a7/5b99RiXBjCk6KRu+Jdu5DZ+3G4Nbr4oim3kZFPUHa555qbzTlwAfkrQxKv3C3OdVJR7eGc9ADsbHyEJbdPNAh/T+xblXTXLS3hPYDvgM+WEGy3CytBDG3JVcXm25ZP96EDWjweJ7MyfylubhuKj/iR1Y1wiHeIsYq9CqRrFQUWL8gFJBfmgjs96xRXXXnvyLtKUKpKw3wFg5cR/6FnLeYZ8k=
49
+ distributions : " sdist bdist_wheel"
Original file line number Diff line number Diff line change 16
16
"graphene>=3.0b5" ,
17
17
"promise>=2.3" ,
18
18
# Tests fail with 1.0.19
19
- "SQLAlchemy>=1.2 ,<2.0" ,
19
+ "SQLAlchemy>=1.1 ,<2.0" ,
20
20
]
21
21
22
22
tests_require = [
39
39
"Development Status :: 3 - Alpha" ,
40
40
"Intended Audience :: Developers" ,
41
41
"Topic :: Software Development :: Libraries" ,
42
- "Programming Language :: Python :: 2" ,
43
- "Programming Language :: Python :: 2.7" ,
44
42
"Programming Language :: Python :: 3" ,
45
- "Programming Language :: Python :: 3.5" ,
46
43
"Programming Language :: Python :: 3.6" ,
47
44
"Programming Language :: Python :: 3.7" ,
45
+ "Programming Language :: Python :: 3.8" ,
48
46
"Programming Language :: Python :: Implementation :: PyPy" ,
49
47
],
50
48
keywords = "api graphql protocol rest relay graphene" ,
You can’t perform that action at this time.
0 commit comments