mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
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:
parent
2da9e46d16
commit
f9fff1776d
1 changed files with 5 additions and 1 deletions
6
tox.ini
6
tox.ini
|
|
@ -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 = *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue