summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 19:27:10 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 19:27:10 +0100
commitda0309741522e9ce261a64609eb6c1479898f998 (patch)
tree5eab63f532764825cef59dc77f5dd9e9ca6f5e4b
parent621820fc0fd8024067e631417ca7faada418f8dd (diff)
downloadmarkupsafe-da0309741522e9ce261a64609eb6c1479898f998.tar.gz
Added travis file
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3f2e0c9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.3"
+install:
+ - "python setup.py install"
+script: make test