| Philip Joseph | f9c7222 | 2016-10-02 23:31:02 +0530 | [diff] [blame] | 1 | [tox] |
| 2 | skipsdist=True | ||||
| 3 | envlist = py34, py35 | ||||
| 4 | skip_missing_interpreters = True | ||||
| 5 | |||||
| 6 | [testenv] | ||||
| 7 | commands = py.test -v | ||||
| 8 | deps = | ||||
| 9 | -r{toxinidir}/requirements.txt | ||||
| 10 | |||||
| 11 | [flake8] | ||||
| 12 | exclude=docs | ||||