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 da04e6d commit 95c5f66Copy full SHA for 95c5f66
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
22
fi
23
install:
24
-- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
+- pip install pytest-cov pytest-mock coveralls flake8 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
25
- pip install pytest==2.9.2
26
- pip install -e .
27
script:
@@ -36,5 +36,4 @@ matrix:
36
- pip install pytest-asyncio
37
38
- flake8
39
- - isort --check-only graphql/ -rc
40
- py.test --cov=graphql graphql tests tests_py35
0 commit comments