Simplify config: uses the interpreter tox is installed to

This commit is contained in:
Hugo
2020-02-02 12:34:39 +02:00
committed by Claude Paroz
parent 8f39ac5055
commit 8e19479cea
+1 -2
View File
@@ -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