aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Cramer2012-02-27 15:35:02 -0800
committerDavid Cramer2012-02-27 15:35:02 -0800
commit4d26b991c381b9316d6b9b033e43cdb7311738ab (patch)
tree94b1061c98cdf4d259bf6165759dfd6f633aaf9e /.travis.yml
parent944bfd872a1ce5c3eb3b8fb20d08928b702102d9 (diff)
downloaddjango-debug-toolbar-4d26b991c381b9316d6b9b033e43cdb7311738ab.tar.bz2
Support Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..bdc0686
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+install: python setup.py install
+script: python setup.py test \ No newline at end of file