mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-18 04:20:34 +03:00
Added testing in more Django versions
This commit is contained in:
parent
7756b0df8f
commit
e742b10803
|
@ -23,6 +23,7 @@ install:
|
||||||
- |
|
- |
|
||||||
if [ "$TEST_TYPE" = build ]; then
|
if [ "$TEST_TYPE" = build ]; then
|
||||||
pip install pytest==3.0.2 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 django==$DJANGO_VERSION
|
||||||
pip install -e .
|
pip install -e .
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
elif [ "$TEST_TYPE" = lint ]; then
|
elif [ "$TEST_TYPE" = lint ]; then
|
||||||
|
@ -48,5 +49,13 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
- python: '2.7'
|
||||||
|
env: TEST_TYPE=build DJANGO_VERSION=1.6
|
||||||
|
- python: '2.7'
|
||||||
|
env: TEST_TYPE=build DJANGO_VERSION=1.7
|
||||||
|
- python: '2.7'
|
||||||
|
env: TEST_TYPE=build DJANGO_VERSION=1.8
|
||||||
|
- python: '2.7'
|
||||||
|
env: TEST_TYPE=build DJANGO_VERSION=1.9
|
||||||
- python: '2.7'
|
- python: '2.7'
|
||||||
env: TEST_TYPE=lint
|
env: TEST_TYPE=lint
|
||||||
|
|
Loading…
Reference in New Issue
Block a user