fix nodeps

This commit is contained in:
Amber Brown 2018-07-24 18:01:05 +10:00
parent 14fe4f3a00
commit b9199e4edb
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ commands =
python -c "import sys; print(sys.executable)"
python --version
# 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