Remove pytest-xdist in CI builds
It doesn't speed up tests that much and seems to conflict with coverage in Python 3.7
This commit is contained in:
parent
df18acf135
commit
855e4d0614
2 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ bash =
|
|||
argcomplete
|
||||
test =
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
responses
|
||||
|
||||
[bdist_wheel]
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -3,7 +3,7 @@ envlist = py27, py34, py35, py36, py37, flake8
|
|||
|
||||
[testenv]
|
||||
commands =
|
||||
{envbindir}/py.test --tb=short -n 4 \
|
||||
{envbindir}/py.test --tb=short \
|
||||
--junitxml={toxworkdir}/junit-{envname}.xml \
|
||||
--cov=dosagelib --cov-config=tox.ini --cov-branch \
|
||||
--cov-report=term \
|
||||
|
|
Loading…
Reference in a new issue