diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..713e8cc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +install: + - pip install -e + +before_script: + - pip install python-coveralls + - pip install pytest-cover + +script: + - py.test tods/tests/ --cov=tods + +after_success: + - coveralls