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