Skip to content

Commit 8cd61fe

Browse files
committed
Tweak envs a bit
1 parent 98826df commit 8cd61fe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434

3535
"ubuntu-py27-pluggy",
3636
"ubuntu-py27-nobyte",
37+
"ubuntu-py27-pexpect-py37-twisted",
3738
"ubuntu-py37",
3839
"ubuntu-py37-pluggy",
39-
"ubuntu-py37-pexpect",
40+
"ubuntu-py37-pexpect-py37-twisted",
4041
"ubuntu-py37-freeze",
4142
"ubuntu-pypy",
4243
"ubuntu-pypy3",
@@ -85,6 +86,10 @@ jobs:
8586
python: "2.7"
8687
os: ubuntu-latest
8788
tox_env: "py27-nobyte-numpy-xdist"
89+
- name: "ubuntu-py27-pexpect-py37-twisted"
90+
python: "3.7"
91+
os: ubuntu-latest
92+
tox_env: "py27-pexpect,py27-twisted"
8893
use_coverage: true
8994
- name: "ubuntu-py37"
9095
python: "3.7"
@@ -95,10 +100,10 @@ jobs:
95100
python: "3.7"
96101
os: ubuntu-latest
97102
tox_env: "py37-pluggymaster-xdist"
98-
- name: "ubuntu-py37-pexpect"
103+
- name: "ubuntu-py37-pexpect-py37-twisted"
99104
python: "3.7"
100105
os: ubuntu-latest
101-
tox_env: "py37-pexpect"
106+
tox_env: "py37-pexpect,py37-twisted"
102107
use_coverage: true
103108
- name: "ubuntu-py37-freeze"
104109
python: "3.7"
@@ -122,7 +127,7 @@ jobs:
122127
- name: "macos-py38"
123128
python: "3.8"
124129
os: macos-latest
125-
tox_env: "py38-xdist"
130+
tox_env: "py38-pexpect,py38-xdist"
126131
use_coverage: true
127132

128133
steps:

0 commit comments

Comments
 (0)