blob: 0b66370514e6c211b5e8025d4ba672c1b488d3e5 [file] [log] [blame]
Mike Marchetti94b645e2017-08-04 14:33:54 -04001[tox]
2envlist = py27,py3
3toxworkdir={homedir}/.tox
4
5[testenv]
6deps=nose
7 mock
Adam Israel658dd3c2017-11-30 15:49:03 -05008 pyyaml
Mike Marchetti94b645e2017-08-04 14:33:54 -04009commands=nosetests
10
11[testenv:flake8]
12basepython = python
13deps = flake8
14commands =
15 flake8 setup.py
16
17[testenv:build]
18basepython = python
19deps = stdeb
20 setuptools-version-command
21commands = python setup.py --command-packages=stdeb.command bdist_deb
Mike Marchettice4a73d2018-08-29 15:40:41 -040022
23[testenv:build3]
24basepython = python3
25deps = stdeb
26 setuptools-version-command
27commands = python3 setup.py --command-packages=stdeb.command bdist_deb