diff options
author | Hugo <hugovk@users.noreply.github.com> | 2020-02-02 12:34:39 +0200 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2020-02-02 16:44:26 +0100 |
commit | 8e19479ceab305b579806d9ee526c2a4764b10fb (patch) | |
tree | d1c85db43986ec826f98b73a134b41c7059a4292 | |
parent | 8f39ac50556d6866058ca8504453b280aed66982 (diff) | |
download | tablib-8e19479ceab305b579806d9ee526c2a4764b10fb.tar.gz |
Simplify config: uses the interpreter tox is installed to
-rw-r--r-- | .github/workflows/test.yml | 3 |
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 |