Skip to content

Commit

Permalink
We should consider *actually* testing Twisted. (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored and reaperhulk committed Nov 28, 2016
1 parent e15e60a commit f189de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -29,7 +29,7 @@ passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"
python -m twisted.trial
python -m twisted.trial --reporter=text twisted

[testenv:py35-urllib3Master]
basepython=python3.5
Expand Down

0 comments on commit f189de9

Please sign in to comment.