update tox.ini

This commit is contained in:
Glyph 2019-11-23 22:06:23 -08:00
parent e7f1c46592
commit 3c97fcec68
2 changed files with 1 additions and 3 deletions

View File

View File

@ -103,9 +103,6 @@ commands =
# We need to define nodeps *somewhere* so tox recognises it
nodeps: python -c "print('No dependencies installed...')"
; Install PyDoctor here so it DOESNT overwrite Twisted
apidocs: pip install --no-deps epydoc pydoctor
; Run tests without wrapping them using coverage.
nocov: python -m twisted.trial --reactor={env:TWISTED_REACTOR:default} --reporter={env:TRIAL_REPORTER:verbose} {posargs:twisted}
@ -147,6 +144,7 @@ commands =
[testenv:apidocs]
# Epydoc and pydoctor currently on work on Python 2
basepython=python2.7
deps=pydoctor
[testenv:manifest-checker]
skip_install = true