blob: 67386d1a8e57ca5ccb64519c767ce7b638cfd4ba (
plain)
1
2
3
4
5
6
7
8
9
10
|
[tox]
envlist = pypy,py26,py27,py32,py33
[testenv]
setenv =
# Do not allowed the executing environment to pollute the test environment
# with extra packages.
PYTHONPATH=
# The standard library unittest module can run tests on Python 2.7 and newer
commands = python setup.py test
|