Skip to content

Commit 8e64be3

Browse files
committed
ENH: adding autopkgtest setup
1 parent cf113b5 commit 8e64be3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ heudiconv (0.4-1) unstable; urgency=medium
88
- uses pytest for tests
99
* debian/copyright
1010
- adjusted years, source url
11+
* debian/tests
12+
- added for rudimentary autopkgtest
1113

12-
--
14+
-- Yaroslav Halchenko <[email protected]> Thu, 07 Dec 2017 20:14:38 -0500
1315

1416
heudiconv (0.1+git94-g85a2afb-1) UNRELEASED; urgency=low
1517

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Maintainer: NeuroDebian Team <[email protected]>
33
Uploaders: Michael Hanke <[email protected]>, Yaroslav Halchenko <[email protected]>
44
Section: science
55
Priority: optional
6+
Testsuite: autopkgtest
67
Build-Depends: debhelper (>= 9),
78
dh-python,
89
python-all,

debian/tests/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Test-Command: pytest -s -v .
2+
Depends: @, @builddeps@

0 commit comments

Comments
 (0)