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

[testenv]
commands = python -m nose tests
deps =
     httpretty>=0.7.1
     mock
     mocker
     nose
     pep8==1.5.7
     pyflakes