Skip to content

Commit

Permalink
Merge pull request UCBerkeleySETI#36 from telegraphic/master
Browse files Browse the repository at this point in the history
Refactor with recent changes
  • Loading branch information
jeenriquez authored Jun 11, 2018
2 parents bac9b9b + e07d761 commit 19596c2
Show file tree
Hide file tree
Showing 16 changed files with 1,173 additions and 584 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ install:
- sudo apt-get install -qq libhdf5-serial-dev
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- pip install coverage
- pip install coveralls
- pip install matplotlib
- pip install git+https://github.com/kiyo-masui/bitshuffle
- CFLAGS=-I/usr/include/hdf5/serial pip install git+https://github.com/h5py/h5py
- CFLAGS=-I/usr/include/hdf5/serial pip install git+https://github.com/kiyo-masui/bitshuffle
- pip install .

# command to install dependencies
script:
- python tests/test_filterbank.py
- python tests/test_unpack.py
# - python tests/test_guppi.py
- cd tests; coverage run --source=blimpy -m py.test

after_success: coveralls

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/UCBerkeleySETI/blimpy.svg?branch=master)](https://travis-ci.org/UCBerkeleySETI/blimpy)
[![Coverage Status](https://coveralls.io/repos/github/telegraphic/blimpy/badge.svg?branch=master)](https://coveralls.io/github/telegraphic/blimpy?branch=master)

## Breakthrough Listen I/O Methods for Python.

Expand Down
Loading

0 comments on commit 19596c2

Please sign in to comment.