Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 197d443

Browse files
committed
ci: run tox with -e argument for current python version
1 parent ccb2168 commit 197d443

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pipeline:
1919
commands:
2020
- apt update -y && apt install -y pandoc
2121
- pip install pypandoc tox
22-
- tox
22+
- tox -e py$(echo ${PYTHON_VERSION} | sed 's|\.||')

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ python:
1212
sudo: false
1313

1414
install: pip install pypandoc tox
15-
script: tox
15+
script: tox -e py$(echo "$TRAVIS_PYTHON_VERSION" | sed 's|\.||')

0 commit comments

Comments
 (0)