Added travis

This commit is contained in:
Tom Christie
2014-02-10 14:29:59 +00:00
parent 980947897e
commit 6f8a3a8ae4
2 changed files with 12 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
install:
- pip install -r requirements.txt
- export PYTHONPATH=.
script: ./runtests

View File

@@ -2,3 +2,4 @@ Jinja2==2.7.1
Markdown==2.3.1
PyYAML==3.10
watchdog==0.7.0
coverage==3.7.1