mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
5 lines
91 B
INI
5 lines
91 B
INI
[tox]
|
|
envlist = {py27,py33,py34,py35,pypy}
|
|
|
|
[testenv]
|
|
commands = {envpython} setup.py test
|