diff options
Diffstat (limited to 'webbpsf/webbpsf.ini')
-rw-r--r-- | webbpsf/webbpsf.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index bd126db..2018a68 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.ini @@ -38,6 +38,14 @@ run: setuptools python +[test] +imports: + # Can't test properly. + #webbpsf + +commands: + WEBBPSF_PATH=$$PREFIX/share/webbpsf-data python -c 'import webbpsf' + [cbc_build] linux: python setup.py install || exit 1 |