summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:20:00 +0200
committerTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:28:52 +0200
commitcac2b81eb2ed05d9585133b6e6e15ac9552c2e9e (patch)
treee9196292f3132c9e70d9312380118a243b281368 /debian/tests
parenteeffd1f47c6e808f45316320c4f188faa30dd107 (diff)
Add autopkgtest.
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..c563563
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,7 @@
+Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p -m pytest tests/; done
+Depends:
+ python-all,
+ python-pytest,
+ python3-all,
+ python3-pytest,
+ @