File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
+ dist : xenial
4
+ sudo : true
5
+
3
6
python :
4
7
- 3.6
5
- # - 3.7 done in the matrix below
8
+ - 3.7
6
9
7
10
install :
8
11
- pip install pipenv
9
12
- pipenv install --dev
10
13
11
- matrix :
12
- include :
13
- - python : 3.7
14
- dist : xenial # required for Python 3.7,
15
- sudo : true # see travis-ci/travis-ci#9069
16
-
17
14
script :
18
15
- flake8 graphql tests
19
16
- mypy graphql
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ a query language for APIs created by Facebook.
9
9
[ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-core-next.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-core-next )
10
10
[ ![ Coverage Status] ( https://coveralls.io/repos/github/graphql-python/graphql-core-next/badge.svg?branch=master )] ( https://coveralls.io/github/graphql-python/graphql-core-next?branch=master )
11
11
[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
12
- [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/GraphQL -core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/GraphQL -core-next/ )
12
+ [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql -core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql -core-next/ )
13
13
14
14
The current version 1.0.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
15
15
version 14.0.0rc2. All parts of the API are covered by an extensive test
You can’t perform that action at this time.
0 commit comments