Closed wting closed 11 years ago
Travis failures?
ImportError: Violation collection pipeline tests require catbox.
I'm addressing this using setup.py (which we already support) in #196, so I'm going to close this one. Re-open if you think it's worth supporting both, or refactoring out of setup.py into requirements.txt, or something else.
Testify requires a few modules before
make test
will run. In addition, Testify fails with tornado >= 3.0 becauseIOLoop.running()
has been removed.