~zulcss/python-swiftclient/fbtfs-testr

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2013-05-21 15:46:13 UTC
  • Revision ID: zulcss@ubuntu.com-20130521154613-ppip2ovtbh3kfj80
  - Add python-subunit, python-coverage, python-testtools, 
    and testrepository.
* debian/rules: Run testr by hand since we dont want to 
  run pep8 tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
override_dh_auto_test:
10
10
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
11
 
        set -e ; for pyversion in $(shell pyversions -r); do $$pyversion setup.py test; done
 
11
        testr init && testr run --parallel
12
12
endif
13
13
 
14
14
get-orig-source: