Updated requirements and Travis config.
parent
8b9cf718c0
commit
31780a672a
|
|
@ -4,11 +4,11 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.7
|
- DJANGO=1.6.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
- pip install -r sample_project/requirements.txt --use-mirrors
|
- pip install -r sample_project/requirements.txt --use-mirrors
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python ./sample_project/manage.py test
|
- python sample_project/manage.py test
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
django
|
django==1.6.6
|
||||||
south
|
south==1.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue