Set basepython for all envs

This commit is contained in:
Carlton Gibson 2015-09-15 14:18:18 +02:00
parent cfbefbd5e4
commit 2c2dfc6d01

View File

@ -10,7 +10,12 @@ envlist =
[testenv]
basepython =
py35: python3.5
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5
commands = ./runtests.py --fast {posargs} --coverage