Left: | ||
Right: |
OLD | NEW |
---|---|
1 [tox] | 1 [tox] |
2 envlist = py27,py35,py36,flake8 | 2 envlist = py27,py35,py36,flake8 |
3 | 3 |
4 [testenv] | 4 [testenv] |
5 deps = | 5 deps = |
6 pytest | 6 pytest |
7 pytest-cov | 7 pytest-cov |
8 mock | 8 mock |
9 commands = | 9 commands = |
10 py.test --cov=patchconv --cov-report term-missing tests | 10 py.test --cov=patchconv --cov-report term-missing tests |
11 | 11 |
12 [testenv:flake8] | 12 [testenv:flake8] |
13 basepython = python3 | 13 basepython = python3 |
14 skip_install = true | 14 skip_install = true |
15 deps = | 15 deps = |
16 ../flake8-eyeo | 16 git+https://gitlab.com/eyeo/auxiliary/eyeo-coding-style#egg=flake8-eyeo&subd irectory=flake8-eyeo |
17 commands = | 17 commands = |
18 flake8 | 18 flake8 |
OLD | NEW |