Files
deb-python-pymysql/tox.ini
2015-01-14 11:22:26 +09:00

9 lines
116 B
INI

[tox]
envlist = py26,py27,py33,py34,pypy,pypy3
[testenv]
commands = ./runtests.py
[testenv:py26]
deps = unittest2