Mercurial > repos > mvdbeek > dedup_hash
comparison tox.ini @ 0:f33e9e6a6c88 draft default tip
planemo upload for repository https://github.com/mvdbeek/dedup_hash commit 367da560c5924d56c39f91ef9c731e523825424b-dirty
author | mvdbeek |
---|---|
date | Wed, 23 Nov 2016 07:49:05 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f33e9e6a6c88 |
---|---|
1 [tox] | |
2 envlist = py{27,35}-lint | |
3 source_dir = dedup_hash | |
4 | |
5 [testenv:py27-lint] | |
6 commands = flake8 {[tox]source_dir} {[tox]source_dir} --ignore E501 | |
7 skip_install = True | |
8 deps = | |
9 flake8 | |
10 flake8-import-order | |
11 | |
12 [testenv:py35-lint] | |
13 commands = flake8 {[tox]source_dir} {[tox]source_dir} --ignore E501 | |
14 skip_install = True | |
15 deps = | |
16 flake8 | |
17 flake8-import-order |