~raharper/curtin/trunk.multipath-debug

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Ryan Harper
  • Date: 2016-04-04 16:00:09 UTC
  • Revision ID: ryan.harper@canonical.com-20160404160009-gozncu8lwlaburr0
Enable python coverage for unittests
  
make check runs coverage results for both pythons.
Update tox to also run coverage targets

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
               pep8,
9
9
               pyflakes,
10
10
               python-all,
 
11
               python-converage,
11
12
               python-mock,
12
13
               python-nose,
13
14
               python-oauthlib,
14
15
               python-setuptools,
15
16
               python-yaml,
16
17
               python3,
 
18
               python3-converage,
17
19
               python3-mock,
18
20
               python3-nose,
19
21
               python3-oauthlib,