From 965378f3b4b18ba7983eae1e71c54251487a9c43 Mon Sep 17 00:00:00 2001 From: Manvendra Singh Date: Mon, 22 May 2017 21:46:14 +0530 Subject: [PATCH] .tox.ini: turn on python3 unit testing --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7b5a189e4..281226e55 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,11 @@ [tox] #envlist = py35-lint,py34-lint,py33-lint,py27-lint,py35-unit,py34-unit,py33-unit,py27-unit -envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker +envlist = py27-lint, py27-unit, py35-mypy, py27-pipconflictchecker, py35-unit skipsdist = True [tox:travis] 2.7 = py27 -3.5 = py35-mypy +3.5 = py35-mypy, py35-unit [testenv] deps = -rrequirements.txt