Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 522830e

Browse files
committed
Merge branch 'master' of github.com:graphql-python/graphene-gae
2 parents 5e4801e + 0b69195 commit 522830e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ script:
2020
- make deps
2121
- make test
2222
- make coverage
23+
- make lint
2324

2425
after_success: coveralls

CONTRIBUTING.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Before you submit a pull request, check that it meets these guidelines:
9999
2. If the pull request adds functionality, the docs should be updated. Put
100100
your new functionality into a function with a docstring, and add the
101101
feature to the list in README.rst.
102-
3. The pull request should work for Python 2.6, 2.7, 3.3, and 3.4, and for PyPy. Check
103-
https://travis-ci.org/ekampf/graphene_gae/pull_requests
102+
3. The pull request should work for Python 2.7 (because thats what GAE runs). Check
103+
https://travis-ci.org/graphql-python/graphene_gae/pull_requests
104104
and make sure that the tests pass for all supported Python versions.
105105

106106
Tips

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Graphene GAE
33
===============================
44

5-
.. image:: https://travis-ci.org/ekampf/graphene-gae.svg
6-
:target: https://travis-ci.org/ekampf/graphene-gae
5+
.. image:: https://travis-ci.org/graphql-python/graphene-gae.svg
6+
:target: https://travis-ci.org/graphql-python/graphene-gae
77

8-
.. image:: https://coveralls.io/repos/github/ekampf/graphene-gae/badge.svg?branch=master
9-
:target: https://coveralls.io/github/ekampf/graphene-gae?branch=master
8+
.. image:: https://coveralls.io/repos/github/graphql-python/graphene-gae/badge.svg?branch=master
9+
:target: https://coveralls.io/github/graphql-python/graphene-gae?branch=master
1010

1111
.. image:: https://img.shields.io/pypi/v/graphene-gae.svg
1212
:target: https://pypi.python.org/pypi/graphene-gae

0 commit comments

Comments
 (0)