summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP. L. Lim <lim@stsci.edu>2017-06-28 23:50:39 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-06-28 23:50:39 -0400
commit90b2048ce33a1f24177c6a65b3fdfd8007e43e69 (patch)
tree12064398497a608929074518bbd06667765efd2f
parent4763b94a693d3546fa6a069fd9e0629523535b18 (diff)
downloadastroconda-contrib-90b2048ce33a1f24177c6a65b3fdfd8007e43e69.tar.gz
Bump beta of refactored versions. Added pytest to all. (#226)
-rw-r--r--pysynphot/meta.yaml2
-rw-r--r--stsynphot/meta.yaml4
-rw-r--r--synphot/meta.yaml4
3 files changed, 8 insertions, 2 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 }}
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
index 083094f..ab77ed8 100644
--- a/stsynphot/meta.yaml
+++ b/stsynphot/meta.yaml
@@ -1,6 +1,6 @@
{% set reponame = 'stsynphot_refactor' %}
{% set name = 'stsynphot' %}
-{% set version = '0.1b2' %}
+{% set version = '0.1b3' %}
{% set number = '0' %}
about:
@@ -21,6 +21,7 @@ requirements:
- astropy >=1.3
- scipy >=0.14
- numpy
+ - pytest
- setuptools
- python x.x
@@ -29,6 +30,7 @@ requirements:
- astropy >=1.3
- scipy >=0.14
- numpy
+ - pytest
- python x.x
source:
diff --git a/synphot/meta.yaml b/synphot/meta.yaml
index 528dacc..f6a4b61 100644
--- a/synphot/meta.yaml
+++ b/synphot/meta.yaml
@@ -1,6 +1,6 @@
{% set reponame = 'synphot_refactor' %}
{% set name = 'synphot' %}
-{% set version = '0.1b3' %}
+{% set version = '0.1b4' %}
{% set number = '0' %}
about:
@@ -20,12 +20,14 @@ requirements:
- astropy >=1.3
- scipy >=0.14
- numpy
+ - pytest
- setuptools
- python x.x
run:
- astropy >=1.3
- scipy >=0.14
- numpy
+ - pytest
- python x.x
source: