mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove tox support for now
This commit is contained in:
parent
ff64a27ced
commit
0b4d5ce047
2 changed files with 1 additions and 30 deletions
|
|
@ -43,7 +43,7 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
self.error_console_style.setForeground(
|
||||
QtGui.QColor.fromRgb(184, 54, 19))
|
||||
|
||||
f_id = QtGui.QFontDatabase.addApplicationFont(
|
||||
QtGui.QFontDatabase.addApplicationFont(
|
||||
os.path.join(
|
||||
os.path.dirname(__file__), 'RobotoMono-Regular.ttf')
|
||||
)
|
||||
|
|
|
|||
29
setup.cfg
29
setup.cfg
|
|
@ -20,32 +20,3 @@ omit = /tests
|
|||
|
||||
[coverage:html]
|
||||
directory = ./coverage
|
||||
|
||||
[tox:tox]
|
||||
envlist =
|
||||
py37
|
||||
docs
|
||||
requires =
|
||||
cx_Freeze
|
||||
|
||||
[testenv:py37]
|
||||
deps =
|
||||
pytest
|
||||
cx_Freeze
|
||||
commands =
|
||||
pytest -x --capture=sys --print -W ignore::DeprecationWarning {toxinidir}/tests
|
||||
|
||||
[testenv:docs]
|
||||
skipsdist = True
|
||||
usedevelop = True
|
||||
changedir = doc/en
|
||||
deps =
|
||||
cx_Freeze
|
||||
attrs
|
||||
more-itertools
|
||||
PyYAML
|
||||
sphinx
|
||||
sphinxcontrib-trio
|
||||
|
||||
commands =
|
||||
sphinx-build -W -b html . _build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue