Left: | ||
Right: |
OLD | NEW |
---|---|
1 [tox] | 1 [tox] |
2 envlist = py27,py35 | 2 envlist = py27,py35 |
3 skipsdist = true | 3 skipsdist = true |
4 | 4 |
5 [testenv] | 5 [testenv] |
6 commands = python autotest.py | 6 deps = |
7 flake8 | |
8 pep8-naming | |
9 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp | |
10 commands = | |
11 python autotest.py | |
12 flake8 | |
OLD | NEW |