ci: rename "trial" tox factor to "twisted"

Ref: https://github.com/pytest-dev/pytest/pull/4848#issuecomment-467909204
This commit is contained in:
Daniel Hahler
2019-03-20 18:37:34 +01:00
parent 714f2113bb
commit 2ade3d5c89
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
# Specialized factors for py37.
# Coverage for:
# - test_sys_breakpoint_interception (via pexpect).
- env: TOXENV=py37-pexpect,py37-trial PYTEST_COVERAGE=1
- env: TOXENV=py37-pexpect,py37-twisted PYTEST_COVERAGE=1
- env: TOXENV=py37-pluggymaster-xdist
- env: TOXENV=py37-freeze
@@ -80,7 +80,7 @@ jobs:
- stage: baseline
# Coverage for:
# - _pytest.unittest._handle_skip (via pexpect).
env: TOXENV=py27-pexpect,py27-trial PYTEST_COVERAGE=1
env: TOXENV=py27-pexpect,py27-twisted PYTEST_COVERAGE=1
python: '2.7'
# Use py36 here for faster baseline.
- env: TOXENV=py36-xdist