Update tests

This commit is contained in:
Carlos Martinez 2017-03-28 19:49:38 -05:00
parent 272a3a8736
commit 2a12e39782
3 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@ env:
matrix:
fast_finish: true
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'

View File

@ -6,7 +6,7 @@ tests_require = [
'coveralls',
'mock',
'pytz',
'django-filter==1.0.1',
'django-filter',
'pytest-django==2.9.1',
]