From 6b06ee4c48abe8bdf7664affaf44817572cc7b77 Mon Sep 17 00:00:00 2001 From: Srinivasan Rangarajan Date: Sun, 29 Oct 2017 22:27:40 +0530 Subject: [PATCH] add more python versions to test add python 3.4, 3.5, 3.6, and nightly versions to travis build. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 94fad38..16c911f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" + - "3.5" + - "3.6" + - "nightly" # does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa # maintainers to fix their pypy-dev package. - "pypy"