diff options
Diffstat (limited to 'pysynphot/meta.yaml')
-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 }} |