diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2613ecc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 2.5 + - 2.6 + - 2.7 +install: python setup.py -q install +script: python setup.py -q test