Skip to content

Commit

Permalink
debian: Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Aug 18, 2015
1 parent 0c55887 commit d29a601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Expand Up @@ -6,6 +6,7 @@ mopidy-alsamixer (1.0.3-3) unstable; urgency=medium
pydist-overrides.
* Build-Depend on debhelper 9.
* Switch build system to pybuild.
* Run tests as part of build.

-- Stein Magnus Jodal <stein.magnus@jodal.no> Tue, 18 Aug 2015 14:07:42 +0200

Expand Down
2 changes: 2 additions & 0 deletions debian/control
Expand Up @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9),
mopidy (>= 1.0.8-2),
python (>= 2.7),
python-alsaaudio,
python-mock,
python-pytest,
python-setuptools,
Standards-Version: 3.9.6
Homepage: http://www.mopidy.com/
Expand Down
3 changes: 2 additions & 1 deletion debian/rules
Expand Up @@ -3,7 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_DISABLE=test
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/

%:
dh $@ --with python2 --buildsystem=pybuild

0 comments on commit d29a601

Please sign in to comment.