App Engine Python SDK version 1.9.2
[gae.git] / python / lib / docker / tox.ini
blobf25f923619aa67b90285ac8d137a56ca971a5090
1 [tox]
2 envlist = py26, py27, py32, py33, flake8
3 skipsdist=True
5 [testenv]
6 usedevelop=True
7 commands =
8 {envpython} tests/test.py
9 deps = -r{toxinidir}/requirements.txt
11 [testenv:flake8]
12 commands = flake8 docker tests
13 deps = flake8