~wesley-wiedenmeier/curtin/fix-crypt

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Scott Moser
  • Date: 2016-07-27 19:46:21 UTC
  • mto: This revision was merged to the branch mainline in revision 401.
  • Revision ID: smoser@ubuntu.com-20160727194621-ac6bmtble55be116
run flake8 (py3-flake8) on all tests/ not just tests/vmtests

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
basepython = python3
38
38
deps = {[testenv]deps}
39
39
    flake8
40
 
commands = {envpython} -m flake8 {posargs:curtin tests/vmtests}
 
40
commands = {envpython} -m flake8 {posargs:curtin tests/}
41
41
 
42
42
[testenv:py3-pylint]
43
43
# set basepython because tox 1.6 (trusty) does not support generated environments