add to travis CI

This commit is contained in:
Roman Zeyde
2014-08-05 10:45:11 +03:00
parent 1b42390bbb
commit b865c1c3cc

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- "pip install ."
- "pip install -r requirements.txt"
script: py.test -vvv -s