Added Travis CI config.
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- DJANGO=1.7
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install . --use-mirrors
|
||||||
|
- pip install -r sample_project/requirements.txt --use-mirrors
|
||||||
|
|
||||||
|
script:
|
||||||
|
- python ./sample_project/manage.py test
|
||||||
Reference in New Issue
Block a user