mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
tell travis + tox about pytest.twisted in a different way
This commit is contained in:
parent
7e393510d2
commit
f7cfd62908
@ -22,8 +22,6 @@ from util import _create_node
|
|||||||
from util import _run_node
|
from util import _run_node
|
||||||
|
|
||||||
|
|
||||||
pytest_plugins = 'pytest_twisted'
|
|
||||||
|
|
||||||
# pytest customization hooks
|
# pytest customization hooks
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
|
3
tox.ini
3
tox.ini
@ -3,6 +3,9 @@
|
|||||||
# test suite on all supported python versions. To use it, "pip install tox"
|
# test suite on all supported python versions. To use it, "pip install tox"
|
||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
twisted = 1
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27
|
envlist = py27
|
||||||
minversion = 1.7
|
minversion = 1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user