summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
author?ukasz Langa <lukasz@langa.pl>2013-05-25 23:22:05 +0200
committer?ukasz Langa <lukasz@langa.pl>2013-05-25 23:22:05 +0200
commit608f97f22cb57c6f96efa9c19e27e400cb6b289e (patch)
tree5a8f234c3a620ddebd277e3de57dd051fd9ef448 /.travis.yml
downloadsingledispatch-608f97f22cb57c6f96efa9c19e27e400cb6b289e.tar.gz
initial commit
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..b6e1860
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+
+before_install:
+ - pip install tox
+
+script: tox