summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Leeming <andrew.leeming@codethink.co.uk>2016-10-24 17:50:07 +0100
committerAndrew Leeming <andrew.leeming@codethink.co.uk>2016-10-24 17:50:07 +0100
commite2cf42213b5229b6d5b9aa12455e69ef8818781b (patch)
tree52f5f2e568ff9a19a4f8170cc3ae20bca84713ca
parenta1777c227ee4141415bb426902a06e088c6dd162 (diff)
downloadsandboxlib-e2cf42213b5229b6d5b9aa12455e69ef8818781b.tar.gz
Adding support for travis CI on github
-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..f673d67
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python: 2.7
+install:
+ - pip install tox
+script:
+ - tox