Added Travis CI config.

master
Brandon Taylor 2014-09-06 15:11:52 -04:00
parent 8df54f43e1
commit 8b9cf718c0
1 changed files with 14 additions and 0 deletions

14
.travis.yml 100644
View File

@ -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