summaryrefslogtreecommitdiff
path: root/tox.ini
blob: d04cd47c8d7da133ba37f81418d261cd53f67089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist = py26,py27,py34
recreate = True

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

[testenv:py26]
commands = nosetests tests
deps =
     contextlib2
     httpretty>=0.7.1
     mock
     nose
     pep8==1.5.7
     pyflakes