Merge pull request #56 from cgohlke/patch-1

Fix: don't run all scikits tests when running scikits.image.test()
This commit is contained in:
Stefan van der Walt
2011-10-12 14:15:28 -07:00
+1 -2
View File
@@ -12,8 +12,7 @@ def _setup_test():
import gzip
import functools
basedir = _osp.join(pkg_dir, '../')
args = ['', '--exe', '-w', '%s' % basedir]
args = ['', '--exe', '-w', '%s' % pkg_dir]
try:
import nose as _nose