Skip to content

Commit

Permalink
added CircleCI status token
Browse files Browse the repository at this point in the history
  • Loading branch information
basaks committed Jul 24, 2017
1 parent d117af9 commit 89a7823
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ test:
py.test --junit-xml=test_output/pytest/results.xml --cache-clear

coverage:
py.test --junit-xml=test_output/pytest/results.xml --cov=convert_logs --cov-report=html:test_output/coverage --cache-clear --cov-fail-under=30 ./tests
py.test --junit-xml=test_output/pytest/results.xml --cov=convert_logs --cov-report=html:test_output/coverage --cache-clear --cov-fail-under=5 ./tests

2 changes: 0 additions & 2 deletions README.md

This file was deleted.

9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
===============
Passive-Seismic
===============

Software and metadata for GA passive seismic project
----------------------------------------------------

.. image:: https://circleci.com/gh/GeoscienceAustralia/passive-seismic.svg?style=shield
:target: https://circleci.com/gh/GeoscienceAustralia/passive-seismic
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_tests(self):
import pytest
exit(pytest.main(self.pytest_args))

readme = open('README.md').read()
readme = open('README.rst').read()

doclink = """
Documentation
Expand Down

0 comments on commit 89a7823

Please sign in to comment.