ea65aeff61
We made a breaking change to snapstack. SNAP_BUILD_PROXY -> SNAPSTACK_HTTP/S_PROXY. Change-Id: Ib2d25a562bed3059f92ee4892780a881e18eb3aa
24 lines
399 B
INI
24 lines
399 B
INI
[tox]
|
|
envlist = snap
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
basepython = python3.5
|
|
install_command = pip install {opts} {packages}
|
|
passenv =
|
|
HOME
|
|
TERM
|
|
SNAPSTACK_HTTP_PROXY
|
|
SNAPSTACK_HTTPS_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/
|