| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 1 | [tox] |
| Eduardo Sousa | 222a9d4 | 2018-04-26 13:08:05 +0100 | [diff] [blame] | 2 | envlist = py27,py3,flake8,pytest |
| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 3 | toxworkdir={homedir}/.tox |
| 4 | |
| 5 | [testenv] |
| Eduardo Sousa | 222a9d4 | 2018-04-26 13:08:05 +0100 | [diff] [blame] | 6 | basepython = python3 |
| Eduardo Sousa | acbbdf2 | 2018-05-03 15:47:41 +0100 | [diff] [blame] | 7 | deps = pytest pytest-asyncio |
| Eduardo Sousa | 222a9d4 | 2018-04-26 13:08:05 +0100 | [diff] [blame] | 8 | commands = pytest |
| tierno | 5c01261 | 2018-04-19 16:01:59 +0200 | [diff] [blame] | 9 | |
| 10 | [testenv:flake8] |
| 11 | basepython = python3 |
| 12 | deps = flake8 |
| 13 | commands = |
| 14 | flake8 setup.py |
| 15 | |
| 16 | [testenv:build] |
| 17 | basepython = python3 |
| 18 | deps = stdeb |
| 19 | setuptools-version-command |
| 20 | commands = python3 setup.py --command-packages=stdeb.command bdist_deb |