1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-02-09 20:45:47 +01:00
2019-07-17 18:57:52 +02:00

10 lines
147 B
INI

[tox]
envlist = py36,py37,py38
[testenv]
deps =
six
py
commands =
python -c 'import os, sys; print(os.path.realpath(sys.executable))'