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

[testenv]
usedevelop=True
commands =
    {envpython} tests/test.py
deps = -r{toxinidir}/requirements.txt

[testenv:flake8]
commands = flake8 docker tests
deps = flake8