kopia lustrzana https://github.com/glidernet/ogn-python
17 wiersze
201 B
INI
17 wiersze
201 B
INI
![]() |
[tox]
|
||
|
envlist = py36,py37,flake8
|
||
|
|
||
|
[testenv]
|
||
|
setenv = OGN_CONFIG_MODULE = 'config/test.py'
|
||
|
deps = pytest
|
||
|
|
||
|
commands =
|
||
|
pytest
|
||
|
|
||
|
[testenv:flake8]
|
||
|
deps =
|
||
|
flake8
|
||
|
|
||
|
commands =
|
||
|
flake8 app tests
|