diff options
Diffstat (limited to 'poppy/poppy.ini')
-rw-r--r-- | poppy/poppy.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 0821b75..db5e99d 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -41,6 +41,11 @@ run: setuptools python +[test] +imports: + # can't test, poppy __init__ accesses graphics... + #poppy + [cbc_build] linux: python setup.py install || exit 1 |