mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-16 18:05:47 +00:00
8 lines
95 B
INI
8 lines
95 B
INI
[tox]
|
|
envlist =
|
|
py27,py34,py35,py36,pypy
|
|
|
|
[testenv]
|
|
commands =
|
|
python setup.py test -q
|