diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-31 11:36:57 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 11:36:57 -0400 | 
| commit | 7161da9522df6ccc5bf201174f8e6ffc33750862 (patch) | |
| tree | bae1968e524e04fb6eab756f00ebdf1f2200ca3f /astropy | |
| parent | 85865b5d63a645529a515f32c496b56681624ce6 (diff) | |
| download | astroconda-dev-7161da9522df6ccc5bf201174f8e6ffc33750862.tar.gz | |
Add pytest as runtime dependency (#30)
Diffstat (limited to 'astropy')
| -rw-r--r-- | astropy/meta.yaml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 2db3897..addbf88 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -33,6 +33,7 @@ requirements:      - matplotlib      - mpmath      - pandas +    - pytest      - pytz      - pyyaml      - scikit-image | 
