diff options
| author | David Cramer | 2012-02-27 15:35:02 -0800 |
|---|---|---|
| committer | David Cramer | 2012-02-27 15:35:02 -0800 |
| commit | 4d26b991c381b9316d6b9b033e43cdb7311738ab (patch) | |
| tree | 94b1061c98cdf4d259bf6165759dfd6f633aaf9e /.travis.yml | |
| parent | 944bfd872a1ce5c3eb3b8fb20d08928b702102d9 (diff) | |
| download | django-debug-toolbar-4d26b991c381b9316d6b9b033e43cdb7311738ab.tar.bz2 | |
Support Travis CI
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
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 |
