]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add travis for python3
authorBob Halley <halley@play-bow.org>
Sat, 9 Jan 2016 00:20:05 +0000 (16:20 -0800)
committerBob Halley <halley@play-bow.org>
Sat, 9 Jan 2016 00:20:05 +0000 (16:20 -0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..126c313
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+python:
+  - "3.2"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+script: make test