summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-02-02 12:34:39 +0200
committerClaude Paroz <claude@2xlibre.net>2020-02-02 16:44:26 +0100
commit8e19479ceab305b579806d9ee526c2a4764b10fb (patch)
treed1c85db43986ec826f98b73a134b41c7059a4292
parent8f39ac50556d6866058ca8504453b280aed66982 (diff)
downloadtablib-8e19479ceab305b579806d9ee526c2a4764b10fb.tar.gz
Simplify config: uses the interpreter tox is installed to
-rw-r--r--.github/workflows/test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 488e4e0..a37227b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,6 +28,5 @@ jobs:
- name: Tox tests
shell: bash
- # Drop the dot: py3.7 -> py37
run: |
- tox -e py`echo ${{ matrix.python-version }} | tr -d .`
+ tox -e py