]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add trvis-ci 136/head
authorruohan.chen <crhan123@gmail.com>
Thu, 7 Jan 2016 03:26:42 +0000 (11:26 +0800)
committerruohan.chen <crhan123@gmail.com>
Thu, 7 Jan 2016 07:33:41 +0000 (15:33 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..8455a2c
--- /dev/null
@@ -0,0 +1,11 @@
+language: python
+python:
+  - "2.7"
+  - "3.2"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.5-dev" # 3.5 development branch
+  - "nightly" # currently points to 3.6-dev
+script: make test
+