Skip to content

Commit 2e1f154

Browse files
committed
Fixed travis build
1 parent 8dfe7bb commit 2e1f154

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ before_install:
2222
install:
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
4746
env:
4847
matrix:
49-
- TEST_TYPE=build DJANGO_VERSION=1.10 DJANGO_FILTER_VERSION=1.0.0
48+
- TEST_TYPE=build DJANGO_VERSION=1.10
5049
matrix:
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
6362
deploy:

0 commit comments

Comments
 (0)