aboutsummaryrefslogtreecommitdiff
path: root/poppy
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-02-17 21:23:07 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2016-02-17 21:23:07 -0500
commitc6bbd04876c6473424f28403f7c590f6ad44c419 (patch)
treeac4c869467c48c79b49da4449f107de850ea2a79 /poppy
parent36bc153302cfdb0ced51cf4247e25b42ce8e7403 (diff)
downloadcbc-recipes-c6bbd04876c6473424f28403f7c590f6ad44c419.tar.gz
Add aliveness tests; Increase dependency tracking
Diffstat (limited to 'poppy')
-rw-r--r--poppy/poppy.ini5
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