aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2015-12-17 19:09:45 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2015-12-17 19:09:45 -0500
commitee964ede15bd9d8ae9909b8c51abd6a16c5adf5a (patch)
tree2a183f229e1cde96fd213902a56f3c1305aef29a
parent2214d78a87678e7b7279b5d836728b96086f8656 (diff)
downloadcbc-recipes-ee964ede15bd9d8ae9909b8c51abd6a16c5adf5a.tar.gz
Fix dependencies, add tests
-rw-r--r--pyasdf/pyasdf.ini10
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