commit | 79f81c90adb0e543128b6340df7b19383eab8cff | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jun 04 20:49:55 2016 -0700 |
committer | Hynek Schlawack <hs@ox.cx> | Sat Jun 04 20:49:55 2016 -0700 |
tree | ff0c0693bff2b7c5db53bb6f735902fefc1e5435 | |
parent | be0aef7e5afc3c9a3bb1b1f13d1557c7f4aa8dd6 [diff] |
Pass --reporter to trial so that it's output doesn't overflow travis (#490)
diff --git a/tox.ini b/tox.ini index 905747f..92e963d 100644 --- a/tox.ini +++ b/tox.ini
@@ -29,7 +29,7 @@ commands = python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" python -c "import cryptography; print(cryptography.__version__)" - trial twisted + trial --reporter=text twisted [testenv:py35-urllib3Master] basepython=python3.5