Set python 3.5 for coveralls job

This commit is contained in:
Roman Mogilatov 2016-11-02 11:38:07 +02:00
parent 76d47df7fd
commit c93d1fb8a6

View File

@ -9,7 +9,7 @@ commands=
unit2 discover tests []
[testenv:coveralls]
basepython=python2.7
basepython=python3.5
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps=
{[testenv]deps}