snap-glance/tox.ini
Pete Vander Giessen 84668a42dc Added snapstack test.
Tweaked tox.ini to invoke snapstack, and added test_snapstack.py to
tests dir.

Also added glance.sh to glance/tests, as part of the plan to move
those scripts from snap-test to the individual snaps.

Change-Id: Ifbd53392c394ee36cf61d1a07dba825f7b7097b8
2017-07-27 18:57:04 +00:00

23 lines
369 B
INI

[tox]
envlist = snap
skipsdist = True
[testenv]
basepython = python3.5
install_command = pip install {opts} {packages}
passenv =
HOME
TERM
SNAP_BUILD_PROXY
whitelist_externals =
sudo
snapcraft
[testenv:snap]
deps =
-r{toxinidir}/requirements.txt
git+https://github.com/openstack-snaps/snapstack
pytest
commands =
py.test -s tests/