diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-02 12:26:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-02 12:26:16 -0400 |
| commit | c897b90cbcd2d5a907d3b677f7229c2be7c44528 (patch) | |
| tree | 5a909d086b21e146fbfd577b40bf7d98b4adeb11 /.github/workflows/python-tests.yml | |
| parent | 4bac4653d026922eefcedc40bdf90b2db2f90e75 (diff) | |
| download | external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.tar.gz external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.tar.bz2 external_python_setuptools-c897b90cbcd2d5a907d3b677f7229c2be7c44528.zip | |
More directly disable coverage when running tests on pypy.
Diffstat (limited to '.github/workflows/python-tests.yml')
| -rw-r--r-- | .github/workflows/python-tests.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e3663cf0..5a598084 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -98,5 +98,3 @@ jobs: python -m tox --parallel auto - -- - --cov |
