From ff619c073ea5f2454ffe53a411c74ce364bcd5a0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 27 Dec 2016 00:39:58 -0500 Subject: [PATCH] turn on python3.6 builds for tox and travis Python3.6 was just released a few days ago, and travis hasn't yet added it for real, so we use "3.6-dev" until they get it deployed completely. --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b9ff7e..cb414cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6-dev" install: - pip install -U pip tox virtualenv codecov script: diff --git a/tox.ini b/tox.ini index 09925e3..75daa5f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = {py27,py33,py34,py35,pypy} +envlist = {py27,py33,py34,py35,py36,pypy} skip_missing_interpreters = True # On windows we need "pypiwin32" installed. It's supposedly possible to make