Absorbing the patch from Julian

This commit is contained in:
Yaroslav Halchenko
2014-08-27 04:03:04 -04:00
parent 11881d7ada
commit 6e24c58d96
9 changed files with 87 additions and 14 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Tests: python2
Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk
Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk, xauth, xvfb
Tests: python3
Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk
Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk, xauth, xvfb
+1 -1
View File
@@ -15,5 +15,5 @@ for py in $pys; do
cd "$ADTTMP"
fi
python$py /usr/bin/nosetests -s -v skimage 2>&1
xvfb-run -a python$py /usr/bin/nosetests -s -v skimage 2>&1
done
+1 -1
View File
@@ -15,5 +15,5 @@ for py in $pys; do
cd "$ADTTMP"
fi
python$py /usr/bin/nosetests3 -s -v skimage 2>&1
xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage 2>&1
done