Merge pull request #6950 from bluetech/fix-ci-oldattrs-twisted

ci: twisted and oldattrs tox envs are now incompatible, don't run the…
This commit is contained in:
Ran Benita 2020-03-21 17:14:45 +02:00 committed by GitHub
commit 6ca7a0409d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: "windows-py37" - name: "windows-py37"
python: "3.7" python: "3.7"
os: windows-latest os: windows-latest
tox_env: "py37-twisted-numpy" tox_env: "py37-numpy"
- name: "windows-py37-pluggy" - name: "windows-py37-pluggy"
python: "3.7" python: "3.7"
os: windows-latest os: windows-latest
@ -70,7 +70,7 @@ jobs:
- name: "windows-py38" - name: "windows-py38"
python: "3.8" python: "3.8"
os: windows-latest os: windows-latest
tox_env: "py38" tox_env: "py38-twisted"
use_coverage: true use_coverage: true
- name: "ubuntu-py35" - name: "ubuntu-py35"
@ -84,7 +84,7 @@ jobs:
- name: "ubuntu-py37" - name: "ubuntu-py37"
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py37-lsof-numpy-oldattrs-pexpect-twisted" tox_env: "py37-lsof-numpy-oldattrs-pexpect"
use_coverage: true use_coverage: true
- name: "ubuntu-py37-pluggy" - name: "ubuntu-py37-pluggy"
python: "3.7" python: "3.7"