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 1cf868a commit 562909bCopy full SHA for 562909b
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- 3.4
7
- 3.5
8
- pypy
9
+cache: pip
10
install:
11
- pip install pytest-cov coveralls flake8 import-order gevent==1.1b5
12
- pip install pytest>=2.7.3 --upgrade
@@ -21,4 +22,4 @@ matrix:
21
22
script:
23
- flake8
24
- import-order graphql
- - py.test --cov=graphql tests tests_py35
25
+ - py.test --cov=graphql tests tests_py35
0 commit comments