diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-04-29 20:33:55 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-04-29 20:37:32 -0400 |
| commit | 810d5b4924081082707d7ed7ab629214fe40bf6f (patch) | |
| tree | def954d5be3e49d099583d9de59c2892620d7e04 /.github/workflows | |
| parent | d3e462df4090e6fb1ec8f07dfc8c6b5a28ba5c05 (diff) | |
| download | python-setuptools-git-810d5b4924081082707d7ed7ab629214fe40bf6f.tar.gz | |
Run tests using tox, even on cygwin.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12b049c6..5aa948bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,13 +50,13 @@ jobs: python${{ matrix.python }}, python${{ matrix.python }}-devel, python${{ matrix.python }}-pytest, + python${{ matrix.python }}-tox, gcc-core, gcc-g++, ncompress - name: Run tests shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0} - run: | - pytest -rs + run: tox ci_setuptools: # Integration testing with setuptools |
