summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2016-01-08 16:20:05 -0800
committerBob Halley <halley@play-bow.org>2016-01-08 16:20:05 -0800
commite164e9b0f41af84ee3c9fa89aecdc82cc232cd53 (patch)
tree9895eab4985318d98c0c822e26b489b4805f1225
parentea95dcedcd77c521af7c1903ede7a06ff7859e7c (diff)
downloaddnspython-e164e9b0f41af84ee3c9fa89aecdc82cc232cd53.tar.gz
add travis for python3
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..126c313
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - "3.2"
+ - "3.3"
+ - "3.4"
+ - "3.5"
+script: make test