diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..93213295 --- /dev/null +++ b/.travis.yml @@ -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