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 576de82 commit 1f57876Copy full SHA for 1f57876
.travis.yml
@@ -19,6 +19,8 @@ before_install:
19
fi
20
install:
21
- pip install -e .[test]
22
+after_install:
23
+- pip install flake8
24
script:
25
- flake8
26
- py.test --cov=graphql graphql tests
0 commit comments