Set basepython = python3.4 for unittests-frozen.

This commit is contained in:
Florian Bruhin 2015-10-24 16:18:09 +02:00
parent 1a562594fa
commit 86d32f6e19

View File

@ -44,7 +44,8 @@ envdir = {toxinidir}/.venv
usedevelop = true
[testenv:unittests-frozen]
basepython = python3
# cx_Freeze doesn't support Python 3.5 yet
basepython = python3.4
passenv = {[testenv]passenv}
skip_install = true
deps =