We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dc32d commit 098c511Copy full SHA for 098c511
.travis.yml
@@ -3,8 +3,10 @@ sudo: false
3
python:
4
- 2.7
5
install:
6
-- pip install pytest flake8
+- pip install pytest pytest-cov coveralls flake8
7
- pip install -e .[django]
8
script:
9
-- py.test
+- py.test --cov
10
- flake8
11
+after_success:
12
+- coveralls
README.md
@@ -3,6 +3,7 @@
GraphQL implementation for Python
[](https://travis-ci.org/dittos/graphql-py)
+[](https://coveralls.io/github/dittos/graphql-py?branch=master)
## Roadmap
0 commit comments