summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:35:51 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 05:35:51 +0200
commit461e8f4d7c50ff479ac7cc22e89cfe09b07d6967 (patch)
tree908a6dfafe4c06766a7405617e2585bd245b70e7
parent44711afe8e3a6fac9482b8c063a75cf0d5d265bb (diff)
downloadsqlparse-461e8f4d7c50ff479ac7cc22e89cfe09b07d6967.tar.gz
First attempt to get travis working.
-rw-r--r--.travis.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644
index 0000000..08cf9ad
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "2.5"
+ - "2.6"
+ - "2.7"
+script: python tests/run_tests.py \ No newline at end of file