summaryrefslogtreecommitdiff
path: root/.github/workflows/python-tests.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2019-09-02 16:14:01 +0200
committerGitHub <noreply@github.com>2019-09-02 16:14:01 +0200
commit440238ebb54ba4b05d8656e0bdf333d53627c198 (patch)
tree0cc0359e7e5afe776d19e1c475eb350d2b33f994 /.github/workflows/python-tests.yml
parent67dd74ad0fd84714c6710168c7e747630276230a (diff)
downloadpython-setuptools-git-440238ebb54ba4b05d8656e0bdf333d53627c198.tar.gz
Don't skip missing interpreters in tox
Diffstat (limited to '.github/workflows/python-tests.yml')
-rw-r--r--.github/workflows/python-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index c5ab4dd5..eb750a45 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -63,7 +63,7 @@ jobs:
- name: 'Initialize tox envs: ${{ matrix.env.TOXENV }}'
run: |
- python -m tox --parallel auto --notest
+ python -m tox --parallel auto --notest --skip-missing-interpreters false
env: ${{ matrix.env }}
- name: Test with tox
run: |