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:
22
22
install :
23
23
- |
24
24
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
25
26
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
28
27
pip install -e .
29
28
python setup.py develop
30
29
elif [ "$TEST_TYPE" = lint ]; then
@@ -46,18 +45,18 @@ after_success:
46
45
fi
47
46
env :
48
47
matrix :
49
- - TEST_TYPE=build DJANGO_VERSION=1.10 DJANGO_FILTER_VERSION=1.0.0
48
+ - TEST_TYPE=build DJANGO_VERSION=1.10
50
49
matrix :
51
50
fast_finish : true
52
51
include :
53
52
- 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
55
54
- 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
57
56
- 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
59
58
- 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
61
60
- python : ' 2.7'
62
61
env : TEST_TYPE=lint
63
62
deploy :
You can’t perform that action at this time.
0 commit comments