summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2012-04-27 09:51:14 +0200
committerSebastien Martini <seb@dbzteam.org>2012-04-27 09:51:14 +0200
commite14fa63bff5d8ae2b7faa16038b5a8e07a638d6d (patch)
tree52585e7290cee150771069f388903c5d4a046fb5
parente1cbd40ee41ef27e6f91a8b098cd2a0fd6e736f3 (diff)
downloadpyinotify-e14fa63bff5d8ae2b7faa16038b5a8e07a638d6d.tar.gz
Added travis configuration file.
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f1b34df
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.4"
+ - "2.5"
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "pypy"
+script: exit 0