summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-10-20 21:33:57 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-10-20 21:33:57 -0400
commit97a88f4caf84d5f63ffd1cb0548ba30f6080d992 (patch)
tree072f404b02bd45be02fe797689a6677ad5c649c4 /.travis.yml
parent180fb87809200c67c78cc765fbbf6b0179002867 (diff)
downloadisort-97a88f4caf84d5f63ffd1cb0548ba30f6080d992.tar.gz
Add .travis.yml configuration file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..1e66aee5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+script: python setup.py test \ No newline at end of file