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:
21
21
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
22
22
fi
23
23
install :
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]
28
25
script :
29
26
- py.test --cov=graphql graphql tests
30
27
after_success :
Original file line number Diff line number Diff line change 20
20
21
21
install_requires = [
22
22
'six>=1.10.0' ,
23
- 'promise>=0.4.2 '
23
+ 'promise>=2.0.dev '
24
24
]
25
25
26
26
tests_requires = [
27
27
'pytest==3.0.2' ,
28
28
'pytest-django==2.9.1' ,
29
29
'pytest-cov==2.3.1' ,
30
+ 'coveralls' ,
30
31
'gevent==1.1rc1' ,
31
32
'six>=1.10.0' ,
32
33
'pytest-benchmark==3.0.0' ,
You can’t perform that action at this time.
0 commit comments