Fixup tox configurations to support use of build test in gate

This commit is contained in:
James Page 2016-11-23 10:07:48 +00:00
parent 87f5ec0c55
commit d4523471a7
3 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,2 @@
snapcraft
lxd
libsodium-dev [platform:dpkg]
libapt-pkg-dev [platform:dpkg]

View File

@ -1 +1,5 @@
# 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

View File

@ -3,10 +3,8 @@ envlist = snap
skipsdist = True
[testenv]
basepython = python3.5
install_command = pip install {opts} {packages}
whitelist_externals =
lxc
snapcraft
passenv = HOME TERM
[testenv:snap]