mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-18 12:09:21 +00:00
Fix testing issue due to invalid Django option.
This commit is contained in:
@@ -3,9 +3,9 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.4.13
|
||||
- DJANGO=1.5.8
|
||||
- DJANGO=1.6.5
|
||||
- DJANGO="django==1.4.13"
|
||||
- DJANGO="django==1.5.8"
|
||||
- DJANGO="django==1.6.5"
|
||||
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
install:
|
||||
- pip install -q $DJANGO --use-mirrors
|
||||
|
||||
Reference in New Issue
Block a user