mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-04-27 14:44:43 +00:00
up version tests
This commit is contained in:
parent
58974fefc9
commit
7192fd01a2
2 changed files with 7 additions and 4 deletions
|
|
@ -9,8 +9,9 @@ python:
|
|||
- pypy
|
||||
|
||||
env:
|
||||
- DJANGO="django==1.9.7"
|
||||
- DJANGO="django==1.8.13"
|
||||
- DJANGO="django==1.10.6"
|
||||
- DJANGO="django==1.9.12"
|
||||
- DJANGO="django==1.8.17"
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
|
@ -27,7 +28,9 @@ before_script:
|
|||
matrix:
|
||||
exclude:
|
||||
- python: "3.3"
|
||||
env: DJANGO="django==1.9.7"
|
||||
env: DJANGO="django==1.10.6"
|
||||
- python: "3.3"
|
||||
env: DJANGO="django==1.9.12"
|
||||
|
||||
script: coverage run --source=uuslug manage.py test
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Django>=1.4+
|
||||
Django>=1.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue