diff options
author | P. L. Lim <lim@stsci.edu> | 2017-06-28 23:50:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 23:50:39 -0400 |
commit | 90b2048ce33a1f24177c6a65b3fdfd8007e43e69 (patch) | |
tree | 12064398497a608929074518bbd06667765efd2f /pysynphot | |
parent | 4763b94a693d3546fa6a069fd9e0629523535b18 (diff) | |
download | astroconda-contrib-90b2048ce33a1f24177c6a65b3fdfd8007e43e69.tar.gz |
Bump beta of refactored versions. Added pytest to all. (#226)
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index d7e4c81..99b8701 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -15,11 +15,13 @@ requirements: build: - astropy >=1.1 - numpy + - pytest - python x.x - setuptools run: - astropy >=1.1 - numpy + - pytest - python x.x source: git_tag: {{ version }} |