mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-02 04:04:39 +00:00
8 lines
80 B
INI
8 lines
80 B
INI
|
[tox]
|
||
|
envlist =
|
||
|
py26,py27
|
||
|
|
||
|
[testenv]
|
||
|
commands =
|
||
|
python setup.py test -q
|