зеркало из https://github.com/Azure/iotedgedev.git
28 строки
489 B
INI
28 строки
489 B
INI
[tox]
|
|
envlist = py27, py36
|
|
|
|
[travis]
|
|
python =
|
|
3.6: py36
|
|
2.7: py27
|
|
|
|
#[testenv:flake8]
|
|
#basepython=python
|
|
#deps=flake8
|
|
#commands=flake8 iotedgedev
|
|
|
|
[testenv]
|
|
setenv =
|
|
PYTHONPATH = {toxinidir}
|
|
|
|
commands =
|
|
python setup.py test
|
|
|
|
passenv = APPDATA ProgramFiles USERPROFILE
|
|
|
|
|
|
; If you want to make tox run the tests with the same versions, create a
|
|
; requirements.txt with the pinned versions and uncomment the following lines:
|
|
; deps =
|
|
; -r{toxinidir}/requirements.txt
|