diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-31 10:29:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 10:29:50 -0400 |
commit | 85865b5d63a645529a515f32c496b56681624ce6 (patch) | |
tree | f7e9a99944ba2eca367561cb7bfefc78eb861436 /astropy | |
parent | 61952727d0403c32a5179acbb71b76717d29cf20 (diff) | |
download | astroconda-dev-85865b5d63a645529a515f32c496b56681624ce6.tar.gz |
astropy: add pytest as build dependency (#29)
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 56f6c94..2db3897 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -18,6 +18,7 @@ requirements: build: - cython - jinja2 + - pytest - setuptools - numpy x.x - python x.x |