r46958 - tox
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Wed, 9 Mar 2016 02:21:37 -0700 (MST)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Wed Mar 9 02:21:33 2016
New Revision: 46958
Modified:
branches/manhole-hardcodedkey-8229/tox.ini
Log:
tox
Modified: branches/manhole-hardcodedkey-8229/tox.ini
==============================================================================
--- branches/manhole-hardcodedkey-8229/tox.ini (original)
+++ branches/manhole-hardcodedkey-8229/tox.ini Wed Mar 9 02:21:33 2016
@@ -11,7 +11,22 @@
[testenv]
changedir={envtmpdir}
deps =
+ ; zope.interface is love, zope.interface is life
+ zope.interface
+
+ ; Some relatively standard dependencies that we want to have
+ ; We cannot use extras here, because it is not supported on Py3
+ {tests,coverage}: pyopenssl
+ {tests,coverage}: service_identity
+ {tests,coverage}: idna
+ {tests,coverage}: pyserial
+ {tests,coverage}: python-subunit
+ {tests,coverage}: pycrypto
+ {tests,coverage}: appdirs
+
py27-{tests,coverage}-posix: pysqlite
+ py27-{tests,coverage}: soappy
+
windows: pypiwin32
coverage: coverage
@@ -25,8 +40,6 @@
narrativedocs: sphinx
commands =
- py27-{tests,coverage}: pip install Twisted[conch,tls,soap,serial,dev]
- py27-{tests,coverage}-windows: pip install Twisted[windows]
{tests,nomodules}: {envbindir}/trial {posargs:twisted}
twistedchecker: twistedchecker {posargs:twisted}