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

[testenv]
# If you add a new dep here you probably need to add it in setup.py as well
deps =
    mock
    pytest
commands =
    py.test --strict {posargs}