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

[testenv]
deps=
    nose>=1.3.0
    mock
    scripttest>=1.1.1
    git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
commands =
    nosetests -s -v tests