Added Travis.CI conf

This commit is contained in:
Ivan Kravets
2014-06-13 21:45:21 +03:00
parent f7dc2f768c
commit d3ce67caac

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python: 2.7
env:
- TOX_ENV=lint
- TOX_ENV=py26
install:
- pip install tox
script:
- tox -e $TOX_ENV