Added travis conf file

This commit is contained in:
Martin Mahner 2013-03-22 21:13:01 +01:00
parent 6302145007
commit a4a3b38a5b

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
- "pip install ."
script: manage.py test dpaste