X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ef339b2e75468a09d617e6aa74bc920c317bce6..8ea641eed5b9540287a8e9a9afa1458b72b9b630:/.github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef8debb..8e6b4a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: @@ -42,7 +42,7 @@ jobs: - name: Unit tests run: | - tox -e py -- -v --color=yes + tox -e ci-py -- -v --color=yes - name: Publish coverage to Coveralls # If pushed / is a pull request against main repo AND