596ef7bee3
Also add missing .gitreview file. Ensure core snap is installed as this is required for classic confinement mode snaps. Change-Id: I9ff72de7c3bdd5b7ce51817506ad6af5267db42e
19 lines
316 B
INI
19 lines
316 B
INI
[tox]
|
|
envlist = snap
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
basepython = python3.5
|
|
install_command = pip install {opts} {packages}
|
|
passenv = HOME TERM
|
|
whitelist_externals =
|
|
sudo
|
|
snapcraft
|
|
|
|
[testenv:snap]
|
|
deps = -r{toxinidir}/requirements.txt
|
|
commands =
|
|
sudo snap install core
|
|
snapcraft clean
|
|
snapcraft snap
|