We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad399b commit d4bf013Copy full SHA for d4bf013
.github/workflows/main.yml
@@ -63,6 +63,10 @@ jobs:
63
${{ runner.os }}-${{ matrix.python-version }}
64
- name: Install Deps
65
run: python -m pip install -U 'tox<4' setuptools virtualenv wheel
66
+ - name: Test windows stuff
67
+ run: |
68
+ tox -epy --notest
69
+ .tox/py/bin/python -m pytest --subunit --rootdir="./" "./stestr/tests" --co
70
- name: Install and Run Tests
71
run: tox -e py -- --pytest
72
if: runner.os != 'macOS'
0 commit comments