mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
7 lines
114 B
INI
7 lines
114 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[py27]
|
|
basepython = python2.7
|
|
commands = coverage run --rcfile=./.coveragerc unit2 discover
|