mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 09:37:07 +03:00
Fixed pytest
This commit is contained in:
parent
b18b72833d
commit
ec4b164de3
|
@ -22,7 +22,7 @@ before_install:
|
|||
install:
|
||||
- |
|
||||
if [ "$TEST_TYPE" = build ]; then
|
||||
pip install pytest pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
|
||||
pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
|
||||
pip install -e .
|
||||
python setup.py develop
|
||||
elif [ "$TEST_TYPE" = lint ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user