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 --- pyqtgraph/pyqtgraph.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyqtgraph') diff --git a/pyqtgraph/pyqtgraph.ini b/pyqtgraph/pyqtgraph.ini index fd83256..d3057d7 100644 --- a/pyqtgraph/pyqtgraph.ini +++ b/pyqtgraph/pyqtgraph.ini @@ -27,6 +27,10 @@ run: numpy python +[test] +imports: + pyqtgraph + [cbc_build] linux: python setup.py install || exit 1 -- cgit