blob: 12f309bfa45e4319a64d5c876859d691f817ee00 [file] [log] [blame]
tierno5c012612018-04-19 16:01:59 +02001[tox]
Eduardo Sousa222a9d42018-04-26 13:08:05 +01002envlist = py27,py3,flake8,pytest
tierno5c012612018-04-19 16:01:59 +02003toxworkdir={homedir}/.tox
4
5[testenv]
Eduardo Sousa222a9d42018-04-26 13:08:05 +01006basepython = python3
Eduardo Sousaacbbdf22018-05-03 15:47:41 +01007deps = pytest pytest-asyncio
Eduardo Sousa222a9d42018-04-26 13:08:05 +01008commands = pytest
tierno5c012612018-04-19 16:01:59 +02009
10[testenv:flake8]
11basepython = python3
12deps = flake8
13commands =
tiernob20a9022018-05-22 12:07:05 +020014 flake8 osm_common/ setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226
tierno5c012612018-04-19 16:01:59 +020015
16[testenv:build]
17basepython = python3
18deps = stdeb
19 setuptools-version-command
20commands = python3 setup.py --command-packages=stdeb.command bdist_deb