From: ruohan.chen Date: Thu, 7 Jan 2016 03:26:42 +0000 (+0800) Subject: add trvis-ci X-Git-Tag: v1.13.0~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ceab91dc6894d49616fcf2c4034c5bc6e09c1e2;p=thirdparty%2Fdnspython.git add trvis-ci --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8455a2cc --- /dev/null +++ b/.travis.yml @@ -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 +