From c6bbd04876c6473424f28403f7c590f6ad44c419 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 17 Feb 2016 21:23:07 -0500 Subject: Add aliveness tests; Increase dependency tracking --- poppy/poppy.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'poppy') 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 -- cgit