tests should pass and if they don't, i will scream

This commit is contained in:
Amber Brown (HawkOwl) 2016-07-12 11:34:27 +08:00
parent 3bb6b45fcf
commit 5d76549288
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,6 @@ deps =
py27-{tests,coverage}-posix: pysqlite
py27-{tests,coverage}: soappy
py27-{tests,coverage}: pydoctor
windows: pypiwin32
@ -44,6 +43,10 @@ setenv =
COVERAGE_PROCESS_START = {toxinidir}/.coveragerc
commands =
; Install PyDoctor here so it DOESNT overwrite Twisted
py27-{tests,coverage}: pip install --no-deps epydoc pydoctor
{tests,nomodules}: python {envbindir}/trial --reactor={env:TWISTED_REACTOR:default} --reporter={env:TRIAL_REPORTER:verbose} {posargs:twisted}
twistedchecker: twistedchecker {posargs:twisted}

View File

@ -16,7 +16,6 @@ import os
import re
import sys
import textwrap
import twisted
from zope.interface import Interface, implementer