7d540c988b
Classic confinement drops apparmor/seccomp sandboxing and enables dropping privileges to a regular user when running services. We will continue to store all of the snap's files in $SNAP* directories and $SNAP_COMMON is used as the root directory where setup dirs, templates, and copyfiles are installed. Change-Id: I3d8d2160a2fd6fadae65491fcd4e479b7a6d66b6
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
|