blob: 6fd781ff2155901d4b80c6f5c5c2d8be27d59632 [file] [log] [blame]
garciadeblascf920042017-09-14 16:17:39 +02001[tox]
2#envlist = py27,py3
Adam Israel8e3ce872018-01-08 18:43:40 +00003envlist = py3
garciadeblascf920042017-09-14 16:17:39 +02004toxworkdir={homedir}/.tox
5
6[testenv]
7deps=nose
8 mock
9commands=nosetests
10
11[testenv:flake8]
Adam Israel8e3ce872018-01-08 18:43:40 +000012basepython = python3
garciadeblascf920042017-09-14 16:17:39 +020013deps = flake8
14commands =
15 flake8 setup.py
16
17[testenv:build]
Adam Israel8e3ce872018-01-08 18:43:40 +000018basepython = python3
garciadeblascf920042017-09-14 16:17:39 +020019deps = stdeb
20 setuptools-version-command
Adam Israel8e3ce872018-01-08 18:43:40 +000021commands = python3 setup.py --command-packages=stdeb.command bdist_deb
garciadeblascf920042017-09-14 16:17:39 +020022