summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2023-08-21 19:41:22 -0400
committerChris McDonough <chrism@plope.com>2023-08-21 19:41:22 -0400
commitc4530ac2671de1f04d95e7f9bda7dc369031ef81 (patch)
treeaf436b5b94023546bf4ecb6482e742be1679b739 /.github
parentf1233a65c3d53aaac0d5fe732b8a25cf2971fbea (diff)
downloadpyramid-c4530ac2671de1f04d95e7f9bda7dc369031ef81.tar.gz
pyramid-c4530ac2671de1f04d95e7f9bda7dc369031ef81.tar.bz2
pyramid-c4530ac2671de1f04d95e7f9bda7dc369031ef81.zip
Update for tox changes.
Diffstat (limited to '.github')
-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 9b989d69d..45cacd648 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -67,7 +67,7 @@ jobs:
python-version: 3.8
architecture: x64
- run: pip install tox
- - run: tox -e py38-cover,coverage
+ - run: tox -e py311-cover,coverage
docs:
runs-on: ubuntu-20.04
name: Build the documentation