diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..5c1104ef --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python + +python: + - "2.6" + - "2.7" + +install: + - pip install -r requirements.txt + - export PYTHONPATH=. + +script: ./runtests diff --git a/requirements.txt b/requirements.txt index 1086fd2f..ee28efc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ Jinja2==2.7.1 Markdown==2.3.1 PyYAML==3.10 watchdog==0.7.0 +coverage==3.7.1