mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-19 12:39:21 +00:00
Update Travis for newer Django versions.
This commit is contained in:
@@ -3,8 +3,9 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.4.8
|
||||
- DJANGO=1.5.4
|
||||
- DJANGO=1.4.12
|
||||
- DJANGO=1.5.7
|
||||
- DJANGO=1.6.4
|
||||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install -q . --use-mirrors
|
||||
@@ -13,4 +14,4 @@ install:
|
||||
before_script:
|
||||
- "pep8 --exclude=migrations --ignore=E501,E225 eveigb"
|
||||
script:
|
||||
- python setup.py test
|
||||
- python setup.py test
|
||||
|
||||
Reference in New Issue
Block a user