~coreygoldberg/uci-engine/subunit-results

« back to all changes in this revision

Viewing changes to subunit-results/tox.ini

  • Committer: Corey Goldberg
  • Date: 2014-08-18 15:30:49 UTC
  • Revision ID: corey.goldberg@canonical.com-20140818153049-xi6m3e8x52x7onn3
queue qorker

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    {envpython} -m unittest discover -s subunitresults -v
11
11
    # coverage erase
12
12
    # coverage run --omit=.tox/* -m unittest discover -s subunitresults
 
13
    # coverage html
13
14
    # coverage report -m
 
15
    # coverage html
14
16
 
15
17
[testenv:flake8]
16
18
deps =