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