From 3588ed63418fab0d02e14b542101a4bd8ce8ed8c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 22 Mar 2017 17:05:34 +0000 Subject: [PATCH] support 3.6 --- .travis.yml | 5 +++++ tox.ini | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b76b624..a2a9b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,10 +34,14 @@ matrix: python: 3.3 - env: TOX_SUFFIX="boto" python: 3.4 + - env: TOX_SUFFIX="boto" + python: 3.6 - env: TOX_SUFFIX="requests1" python: 3.4 - env: TOX_SUFFIX="requests1" python: 3.5 + - env: TOX_SUFFIX="requests1" + python: 3.6 - env: TOX_SUFFIX="aiohttp" python: 2.6 - env: TOX_SUFFIX="aiohttp" @@ -54,6 +58,7 @@ python: - 3.3 - 3.4 - 3.5 +- 3.6 - pypy - pypy3 install: diff --git a/tox.ini b/tox.ini index fa60b54..d649931 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py26,py27,py33,py34,pypy,pypy3}-{flakes,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib317,urllib319,urllib3110,tornado3,tornado4,boto,boto3,aiohttp} +envlist = {py26,py27,py33,py34,py35,py36,pypy,pypy3}-{flakes,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib317,urllib319,urllib3110,tornado3,tornado4,boto,boto3,aiohttp} [testenv:flakes] skipsdist = True