Skip to content

Commit

Permalink
Merge pull request #2 from ska-sa/issue-1
Browse files Browse the repository at this point in the history
Issue 1
  • Loading branch information
o-smirnov authored Dec 19, 2017
2 parents 391129d + 8fb3a6f commit b44585a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
python:
- '2.7'
install:
- docker build . -t tigger
- docker build . -t tigger-lsm
script:
- true
deploy:
Expand Down
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ FROM kernsuite/base:2

MAINTAINER [email protected]

RUN docker-apt-install \
python-qt4 \
python-qwt5-qt4
ADD . /tmp/tigger-lsm

ADD . /tmp/tigger
RUN pip install /tmp/tigger-lsm

RUN pip install /tmp/tigger

CMD /usr/local/bin/tigger
CMD /usr/local/bin/tigger-convert
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
extras_require=extras_require,
scripts=scripts,
package_data=package_data,
description="yet another FITS image viewer",
description="Python libraries and command-line tools for manipulating Tigger-format LSMs",
author="Oleg Smirnov",
author_email="[email protected]",
url="https://github.com/ska-sa/tigger",
url="https://github.com/ska-sa/tigger-lsm",
install_requires=requirements,
)

0 comments on commit b44585a

Please sign in to comment.