tox: Use custom selinux shim

Travis uses Ubuntu which is not yet supported by the python selinux
shim. Use a custom fork instead.
This commit is contained in:
Till Maas 2019-04-26 16:35:52 +02:00
parent 2da9e46d16
commit f9fff1776d

View file

@ -13,7 +13,11 @@ deps =
molecule_{lint,syntax,test}: docker
molecule_{lint,syntax,test}: jmespath
molecule_{lint,syntax,test}: molecule
molecule_{lint,syntax,test}: selinux
# The selinux pypi shim does not work with Ubuntu (as used by Travis), yet.
# Therefore use a fork with Ubuntu support. This can be changed once the
# update is available on PyPi.
# molecule_{lint,syntax,test}: selinux
molecule_{lint,syntax,test}: git+https://github.com/tyll/selinux-pypi-shim@fulllocation
[base]
passenv = *