1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-26 01:56:12 +01:00
github.com_fedora-python_to.../tests/tox.ini

10 lines
147 B
INI
Raw Normal View History

2019-07-17 18:28:54 +02:00
[tox]
envlist = py36,py37,py38
[testenv]
deps =
six
py
commands =
python -c 'import os, sys; print(os.path.realpath(sys.executable))'