/
githubmirror
/
setools
Обзор
Документация
Войти
/
githubmirror
/
setools
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.2.0-beta
tox.ini
40 строк
1 KB
Chris PeBenito
.travis.yml/tox.ini: Update CI build for local SELinux userspace build.
19 июн 2018, 03:25
19 июн 2018, 03:25
68a46ec
Код
Авторство
О чём код?
[tox] minversion = 1.4 envlist = py34, py35, py36 [pep8] exclude = qpol.py max-line-length = 100 [testenv:pep8] deps = pep8 cython>=0.27 commands = pep8 --version pep8 setools/ setoolsgui/ tests/ seinfo seinfoflow sedta sesearch sediff --statistics [testenv:coverage] setenv = SETOOLS_COVERAGE = 1 deps = networkx==2.0 coverage>=4.0 cython>=0.27 commands = coverage --version coverage erase coverage run setup.py test -q coverage report [testenv:lint] deps = pylint networkx==2.0 cython>=0.27 commands = {envpython} setup.py build_ext -i pylint --version pylint -E --rcfile .pylintrc setools tests seinfo seinfoflow sedta sesearch sediff # pylint can't see all members introduced by PyQt uic pylint -E --rcfile .pylintrc --disable=no-member,import-error setoolsgui [testenv] passenv = USERSPACE_SRC deps = networkx==2.0 cython>=0.27 commands = {envpython} setup.py test recreate = True