diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-19 05:35:51 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-04-19 05:35:51 +0200 |
| commit | 461e8f4d7c50ff479ac7cc22e89cfe09b07d6967 (patch) | |
| tree | 908a6dfafe4c06766a7405617e2585bd245b70e7 | |
| parent | 44711afe8e3a6fac9482b8c063a75cf0d5d265bb (diff) | |
| download | sqlparse-461e8f4d7c50ff479ac7cc22e89cfe09b07d6967.tar.gz | |
First attempt to get travis working.
| -rw-r--r-- | .travis.yaml | 6 |
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 |
