Fixup tox configurations to support use of build test in gate
This commit is contained in:
parent
87f5ec0c55
commit
d4523471a7
@ -1,2 +1,2 @@
|
|||||||
snapcraft
|
libsodium-dev [platform:dpkg]
|
||||||
lxd
|
libapt-pkg-dev [platform:dpkg]
|
||||||
|
@ -1 +1,5 @@
|
|||||||
# Requirements to build snap
|
# Requirements to build snap
|
||||||
|
git+https://github.com/openstack-snaps/snapcraft@fixup-install-requires#egg_name=snapcraft
|
||||||
|
# PyPi less dependencies
|
||||||
|
https://launchpad.net/ubuntu/+archive/primary/+files/python-apt_1.1.0~beta1build1.tar.xz
|
||||||
|
https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz
|
||||||
|
4
tox.ini
4
tox.ini
@ -3,10 +3,8 @@ envlist = snap
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3.5
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
whitelist_externals =
|
|
||||||
lxc
|
|
||||||
snapcraft
|
|
||||||
passenv = HOME TERM
|
passenv = HOME TERM
|
||||||
|
|
||||||
[testenv:snap]
|
[testenv:snap]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user