1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-02-20 19:29:02 +00:00

Add tox.ini

This commit is contained in:
Mike Naberezny 2012-02-02 19:12:09 -08:00
parent eb9fe3e3de
commit 60454197fe

7
tox.ini Normal file
View File

@ -0,0 +1,7 @@
[tox]
envlist =
py26,py27
[testenv]
commands =
python setup.py test -q