mirror of
https://github.com/mnaberez/py65.git
synced 2024-10-31 22:06:12 +00:00
8 lines
105 B
INI
8 lines
105 B
INI
[tox]
|
|
envlist =
|
|
py26,py27,py32,py33,py34,py35,pypy
|
|
|
|
[testenv]
|
|
commands =
|
|
python setup.py test -q
|