From ee964ede15bd9d8ae9909b8c51abd6a16c5adf5a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 17 Dec 2015 19:09:45 -0500 Subject: Fix dependencies, add tests --- pyasdf/pyasdf.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index 9f66b47..c573bc6 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -27,10 +27,18 @@ run: astropy pyyaml jsonschema - six [py27] + pytest + six setuptools python +[test] +commands: + asdftool --help + +imports: + pyasdf + [cbc_build] linux: python setup.py install || exit 1 -- cgit