Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 4, 2016
1 parent 257fc0e commit 1fbe0c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ hpsspy
:target: https://travis-ci.org/weaverba137/hpsspy
:alt: Travis Build Status

.. image:: https://coveralls.io/repos/github/weaverba137/hpsspy/badge.svg?branch=pre-0.3
:target: https://coveralls.io/github/weaverba137/hpsspy?branch=pre-0.3
:alt: Test Coverage Status

Overview
--------

Expand Down
2 changes: 1 addition & 1 deletion hpsspy/test/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_desi(self):
"""Test DESI data file.
"""
releases = ('datachallenge', 'imaging', 'mocks', 'release',
'spectro', 'target'):
'spectro', 'target')
self.check_json('desi.json', releases)


Expand Down

0 comments on commit 1fbe0c8

Please sign in to comment.