File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ before_install:
2121 source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
2222 fi
2323install :
24- - pip install pytest-cov pytest-mock coveralls flake8 gevent==1.1b5 six>=1.10.0 promise>=0.4.2
25- pytest-benchmark
26- - pip install pytest==2.9.2
27- - pip install -e .
24+ - pip install -e .[test]
2825script :
2926- py.test --cov=graphql graphql tests
3027after_success :
Original file line number Diff line number Diff line change 2020
2121install_requires = [
2222 'six>=1.10.0' ,
23- 'promise>=0.4.2 '
23+ 'promise>=2.0.dev '
2424]
2525
2626tests_requires = [
2727 'pytest==3.0.2' ,
2828 'pytest-django==2.9.1' ,
2929 'pytest-cov==2.3.1' ,
30+ 'coveralls' ,
3031 'gevent==1.1rc1' ,
3132 'six>=1.10.0' ,
3233 'pytest-benchmark==3.0.0' ,
You can’t perform that action at this time.
0 commit comments