summaryrefslogtreecommitdiff
path: root/stwcs
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-06 20:05:39 -0500
committerGitHub <noreply@github.com>2018-01-06 20:05:39 -0500
commit0384d972748a2d398fd02be2b1a7c1936df4ef75 (patch)
tree33ccf749681b978e23ba041403e41feb61798856 /stwcs
parent2b630be7f5431f4f48f232d53a5a9d9d923ec31d (diff)
downloadastroconda-dev-0384d972748a2d398fd02be2b1a7c1936df4ef75.tar.gz
stwcs: setuptools->pypi->d2to1+stsci.distutils!=winning (#83)
Diffstat (limited to 'stwcs')
-rw-r--r--stwcs/build.sh2
-rw-r--r--stwcs/meta.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/stwcs/build.sh b/stwcs/build.sh
index 5a5aeeb..6152189 100644
--- a/stwcs/build.sh
+++ b/stwcs/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=null.txt
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml
index 6f4500c..abd024d 100644
--- a/stwcs/meta.yaml
+++ b/stwcs/meta.yaml
@@ -21,6 +21,7 @@ requirements:
build:
- astropy >=1.1
- lxml
+ - pytest
- requests
- stsci.tools
- setuptools