File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ before_install:
2222install :
2323- |
2424 if [ "$TEST_TYPE" = build ]; then
25+ pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django==2.9.1 mock django-filter
2526 pip install django==$DJANGO_VERSION
26- pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django==2.9.1 mock
27- pip install django==$DJANGO_FILTER_VERSION
2827 pip install -e .
2928 python setup.py develop
3029 elif [ "$TEST_TYPE" = lint ]; then
@@ -46,18 +45,18 @@ after_success:
4645 fi
4746env :
4847 matrix :
49- - TEST_TYPE=build DJANGO_VERSION=1.10 DJANGO_FILTER_VERSION=1.0.0
48+ - TEST_TYPE=build DJANGO_VERSION=1.10
5049matrix :
5150 fast_finish : true
5251 include :
5352 - python : ' 2.7'
54- env : TEST_TYPE=build DJANGO_VERSION=1.6 DJANGO_FILTER_VERSION=0.15.3
53+ env : TEST_TYPE=build DJANGO_VERSION=1.6
5554 - python : ' 2.7'
56- env : TEST_TYPE=build DJANGO_VERSION=1.7 DJANGO_FILTER_VERSION=0.15.3
55+ env : TEST_TYPE=build DJANGO_VERSION=1.7
5756 - python : ' 2.7'
58- env : TEST_TYPE=build DJANGO_VERSION=1.8 DJANGO_FILTER_VERSION=0.15.3
57+ env : TEST_TYPE=build DJANGO_VERSION=1.8
5958 - python : ' 2.7'
60- env : TEST_TYPE=build DJANGO_VERSION=1.9 DJANGO_FILTER_VERSION=1.0.0
59+ env : TEST_TYPE=build DJANGO_VERSION=1.9
6160 - python : ' 2.7'
6261 env : TEST_TYPE=lint
6362deploy :
You can’t perform that action at this time.
0 commit comments