summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-12 02:25:22 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-12 02:25:22 -0800
commitdd2fff7fb10cc7a3073cbe9aa7d9cdf001ca2a23 (patch)
treeff4ac71d142293ec0102c141730c01a27665ee36
parent3ac3a785e94b58af4e6d407823301529a8d51e3c (diff)
downloadwebtest-dd2fff7fb10cc7a3073cbe9aa7d9cdf001ca2a23.tar.gz
Run coverage against py39 first
-rw-r--r--.github/workflows/ci-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 93e96b7..454e0ed 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -57,7 +57,7 @@ jobs:
python-version: 3.9
architecture: x64
- run: pip install tox
- - run: tox -e coverage
+ - run: tox -e py39,coverage
docs:
runs-on: ubuntu-latest
name: Build the documentation