Skip to content

Commit 0ceba7c

Browse files
committed
Run CI with Python 3.6 as well
1 parent a5794fd commit 0ceba7c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
language: python
22

3+
dist: xenial
4+
sudo: true
5+
36
python:
47
- 3.6
5-
# - 3.7 done in the matrix below
8+
- 3.7
69

710
install:
811
- pip install pipenv
912
- pipenv install --dev
1013

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-
1714
script:
1815
- flake8 graphql tests
1916
- mypy graphql

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a query language for APIs created by Facebook.
99
[![Build Status](https://travis-ci.org/graphql-python/graphql-core-next.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-core-next)
1010
[![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)
1111
[![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/)
1313

1414
The current version 1.0.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
1515
version 14.0.0rc2. All parts of the API are covered by an extensive test

0 commit comments

Comments
 (0)