We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fbd15 commit 53290ceCopy full SHA for 53290ce
tox.ini
@@ -15,12 +15,7 @@ commands= py.test {posargs} {toxinidir}/test/
15
# This is a validation test that confirms that Twisted's test cases haven't
16
# broken.
17
deps =
18
- # [tls,http2] syntax doesn't work here so we enumerate all dependencies.
19
- git+https://github.com/twisted/twisted
20
- pyopenssl
21
- service_identity
22
- idna
23
- priority
+ twisted[tls, http2, conch]
24
sphinx
25
commands = python -m twisted.trial --reporter=text twisted
26
0 commit comments