mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Set python 3.5 for coveralls job
This commit is contained in:
parent
76d47df7fd
commit
c93d1fb8a6
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ commands=
|
||||||
unit2 discover tests []
|
unit2 discover tests []
|
||||||
|
|
||||||
[testenv:coveralls]
|
[testenv:coveralls]
|
||||||
basepython=python2.7
|
basepython=python3.5
|
||||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||||
deps=
|
deps=
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user