From 1edce9a59d55b9a932bc8c38c19b61616f961fdd Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Sun, 29 Jan 2017 23:43:10 +0200 Subject: [PATCH] Add python 3.6 and pypy3 to the list of test envs --- .travis.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cee8bd38..938ae3df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,6 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 + - TOXENV=py36 - TOXENV=pypy - # - TOXENV=pypy3 + - TOXENV=pypy3 diff --git a/tox.ini b/tox.ini index 2cc5f30d..3c1524cd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, pypy, pypy3 + coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, pypy, pypy3 [testenv] deps=