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

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

Change-Id: Id39209ee1534670506f0d97bb3dcb34a173ebc92
2017-07-27 18:51:48 +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/