diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-25 10:22:41 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-25 10:22:41 -0400 |
commit | 334778088a95fb0c297ad8594144f8724b9a916d (patch) | |
tree | 293b095b6c5a522edb2c7c547450ed2112dba101 | |
parent | 097c70fec5c62fb22f6278aadb5dc64bfedbd051 (diff) | |
download | cbc-recipes-334778088a95fb0c297ad8594144f8724b9a916d.tar.gz |
Fix dependent packages
-rw-r--r-- | pyasdf/pyasdf.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index d822b40..b9e7569 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -19,6 +19,8 @@ build: astropy pyyaml jsonschema + pytest + six [py27] setuptools python @@ -27,6 +29,7 @@ run: astropy pyyaml jsonschema + six [py27] setuptools python |