diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:09:45 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:09:45 -0500 |
commit | ee964ede15bd9d8ae9909b8c51abd6a16c5adf5a (patch) | |
tree | 2a183f229e1cde96fd213902a56f3c1305aef29a | |
parent | 2214d78a87678e7b7279b5d836728b96086f8656 (diff) | |
download | cbc-recipes-ee964ede15bd9d8ae9909b8c51abd6a16c5adf5a.tar.gz |
Fix dependencies, add tests
-rw-r--r-- | pyasdf/pyasdf.ini | 10 |
1 files changed, 9 insertions, 1 deletions
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 |