From 60f48ab3d987e2aee20b18e8e421677c8b22e5a4 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 12 Oct 2015 16:51:03 +0300 Subject: [PATCH] Add tox commands for running tests on py35 --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eb231416..a9b2d49a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, pypy, pypy3 + dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3 [testenv] deps= @@ -75,6 +75,11 @@ basepython=python3.4 commands= unit2 discover tests [] +[testenv:py35] +basepython=python3.5 +commands= + unit2 discover tests [] + [testenv:pypy] basepython=pypy commands=