mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-13 03:32:16 +00:00
Update Travis config
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -3,10 +3,9 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO="django==1.4.13"
|
- DJANGO="django==1.4.19"
|
||||||
- DJANGO="django==1.5.8"
|
- DJANGO="django==1.5.12"
|
||||||
- DJANGO="django==1.6.5"
|
- DJANGO="django==1.6.10"
|
||||||
- DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
|
|
||||||
install:
|
install:
|
||||||
- pip install -q $DJANGO --use-mirrors
|
- pip install -q $DJANGO --use-mirrors
|
||||||
- pip install -q . --use-mirrors
|
- pip install -q . --use-mirrors
|
||||||
@@ -17,7 +16,3 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user