summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shields <mshields@google.com>2015-08-17 18:00:09 -0700
committerMichael Shields <mshields@google.com>2015-08-17 18:00:09 -0700
commit9f581d2b1ce9bcce9c7e1e04f298746712a25066 (patch)
treef2db6f774c53803b9ef01deef5e4abb0f9ee2c12
parent8086aac1e608cb9f77c9050e3e3bf9d77abd5dbe (diff)
downloadipaddr-py-9f581d2b1ce9bcce9c7e1e04f298746712a25066.tar.gz
Enable Travis.
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c3d243f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+script: python ipaddr_tests.py
+sudo: false