testing/py-pykka: added check()

This commit is contained in:
Francesco Colista 2018-05-08 09:33:20 +00:00
parent 77ed4d989d
commit bd657a0be4

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=py-pykka
pkgver=1.2.1
pkgrel=1
pkgrel=2
pkgdesc="Concurrency abstractions for Python using the actor model"
url="http://pykka.readthedocs.org"
arch="noarch"
@ -26,6 +26,13 @@ package() {
mkdir -p "$pkgdir"
}
check() {
cd "$builddir"
python2 setup.py check
python3 setup.py check
}
_py2() {
replaces="$pkgname"
_py python2