1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Don't skip missing interpreters

This commit is contained in:
Sviatoslav Sydorenko 2019-09-02 16:15:12 +02:00 committed by GitHub
parent 8d83afb27e
commit 7d095a2b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
tools/travis/install.sh
- name: 'Initialize tox envs: ${{ matrix.env.TOXENV }}'
run: >-
TOX_PARALLEL_NO_SPINNER=1 python -m tox --parallel auto --notest
TOX_PARALLEL_NO_SPINNER=1 python -m tox --parallel auto --notest --skip-missing-interpreters false
env: ${{ matrix.env }}
- name: Test with tox
run: >-