remove tox support for now

This commit is contained in:
Ondrej Samohel 2020-09-17 10:03:27 +02:00
parent ff64a27ced
commit 0b4d5ce047
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
2 changed files with 1 additions and 30 deletions

View file

@ -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')
)

View file

@ -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