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 29db406 commit e3babc3Copy full SHA for e3babc3
.travis.yml
@@ -39,6 +39,7 @@ matrix:
39
install: pip install flake8
40
script:
41
- flake8
42
+ - py.test --cov=graphql graphql tests
43
deploy:
44
provider: pypi
45
user: syrusakbary
0 commit comments