diff options
author | P. L. Lim <lim@stsci.edu> | 2016-08-03 18:12:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-03 18:12:47 -0400 |
commit | 9f112bee9b72cf48978fddcb08aa043d8cf92284 (patch) | |
tree | e68e6189c0c63f8be8d1d2a5a081bab93fb2d838 /reftools/build.sh | |
parent | 85302dff3064a18b0e593ace2683488a8e60f853 (diff) | |
download | astroconda-contrib-9f112bee9b72cf48978fddcb08aa043d8cf92284.tar.gz |
Update reftools to 1.7.2 (#48)
Diffstat (limited to 'reftools/build.sh')
-rw-r--r-- | reftools/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/reftools/build.sh b/reftools/build.sh index 5e8b365..5c61be1 100644 --- a/reftools/build.sh +++ b/reftools/build.sh @@ -1,4 +1 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install || exit 1 |