From 795732207eb375800cee5a85ccd41aee2fbcb64c Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 16 Jan 2017 09:48:29 +0000 Subject: [PATCH] add Py3.6 --- .travis.yml | 3 ++- setup.py | 1 + tox.ini | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0185eb922..7fe5c798e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty language: python -python: 3.5 +python: 3.6 # use cache for big builds like pandas cache: @@ -24,6 +24,7 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 + - TOXENV=py36 - TOXENV=pypy # TODO: re-enable when Travis is fixed # - TOXENV=pypy3 diff --git a/setup.py b/setup.py index 4d44113a4..a69297649 100755 --- a/setup.py +++ b/setup.py @@ -199,6 +199,7 @@ def execute_makefile_commands(commands, alias, verbose=False): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: IronPython', 'Topic :: Software Development :: Libraries', diff --git a/tox.ini b/tox.ini index 1ec9bebe6..5a8313260 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py33, py32, py34, py27, py35, pypy, pypy3, pypy3.3-5.2-alpha1, flake8, setup.py, perf +# deprecation warning: py26, py33 +envlist = py32, py33, py34, py26, py27, py35, py36, pypy, pypy3, pypy3.3-5.2-alpha1, flake8, setup.py, perf [testenv] passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH