summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 9e9ee950e045a90453239bb45c209cd53605a058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py27,py34,py26,py33

[testenv]
commands = 
    py.test -x test
deps =
    argparse
    pytest

[pytest]
norecursedirs = test/lib .tox