| commit | 4b81dfabae6b883bd5cde9c97614bcb410103429 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 10:52:18 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 11:10:13 2018 -0400 |
| tree | 6f31ecbdae26291f8f903c6624a62e1dc670d0a6 | |
| parent | 88a49630895a6045586e6f547c0b6ad118110f25 [diff] [blame] |
add devops stages for pipeline Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/tox.ini b/tox.ini index ff6431e..502214f 100644 --- a/tox.ini +++ b/tox.ini
@@ -23,3 +23,9 @@ flake8 --ignore E501 {posargs} juju tests deps = flake8 + +[testenv:build] +basepython = python3 +deps = stdeb + setuptools-version-command +commands = python3 setup.py --command-packages=stdeb.command bdist_deb