1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 01:26:13 +01:00
github.com_fedora-python_to.../tests/fixtures/tox.ini
2020-09-30 15:13:18 +02:00

13 lines
201 B
INI

[tox]
envlist = py36,py37,py38,py39
[testenv]
deps =
six
py
extras =
dev
full
commands =
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'