summaryrefslogtreecommitdiff
path: root/cubeviz/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-09-20 13:57:48 -0400
committerGitHub <noreply@github.com>2017-09-20 13:57:48 -0400
commit206d674bc33822e2a5b456bdbf2f4d2d01c2ed65 (patch)
tree783b036b4f34e21f9f74619a788aa5dfccd48bf5 /cubeviz/build.sh
parent57b4143957248edd223279974c611977af1edd2f (diff)
downloadastroconda-dev-206d674bc33822e2a5b456bdbf2f4d2d01c2ed65.tar.gz
Deprecated cube-tools. New package: cubeviz (#68)
Diffstat (limited to 'cubeviz/build.sh')
-rw-r--r--cubeviz/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cubeviz/build.sh b/cubeviz/build.sh
new file mode 100644
index 0000000..e5a977a
--- /dev/null
+++ b/cubeviz/build.sh
@@ -0,0 +1,3 @@
+# Replace malformed pytest requirement with something sane
+sed -i .bad -e 's/pytest==*/pytest>=3.1.0/' setup.py setup.cfg
+$PYTHON setup.py install