snap-rally/tox.ini
James Page 596ef7bee3 Update for rally 0.8.1
Also add missing .gitreview file.

Ensure core snap is installed as this is required for classic
confinement mode snaps.

Change-Id: I9ff72de7c3bdd5b7ce51817506ad6af5267db42e
2017-02-13 11:19:36 +00:00

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