summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c9747d5e94be476f1911fdaa6d3b02c29ca4f7f4 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
# py23,24,25 not supported by tox any more
envlist=py26,py27,pypy,py31,py32,py33,py34

[testenv]
setenv =
    PYTHONHASHSEED = 0
    PYTHONPATH = .
commands = python test/test_argparse.py