Adding Travis-CI support

This commit is contained in:
Clint Byrum 2013-03-15 00:27:49 -07:00
parent 8796d9c7b5
commit 35b017f7f2
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install --use-mirrors pystache nose
# # command to run tests, e.g. python setup.py test
script: nosetests