Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Oct 23, 2018
1 parent 6713ad2 commit c46ac04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ script:
- docker exec agnostic-tests bash -c "cd /opt/agnostic && python3 -m tests --with-coverage --cover-package agnostic --with-reportclassname -v"

after_success:
- docker exec -e TRAVIS=true -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" -e TRAVIS_BRANCH="$TRAVIS_BRANCH" -e TRAVIS_PULL_REQUEST="$TRAVIS_PULL_REQUEST" agnostic-tests bash -c "cd /opt/agnostic && env && ls -l . && coveralls"
- docker exec -e TRAVIS=true -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" -e TRAVIS_BRANCH="$TRAVIS_BRANCH" -e TRAVIS_PULL_REQUEST="$TRAVIS_PULL_REQUEST" agnostic-tests bash -c "cd /opt/agnostic && coveralls"

after_script:
- docker stop agnostic-tests
8 changes: 4 additions & 4 deletions README.rst
@@ -1,15 +1,15 @@
Agnostic Database Migrations
============================

.. image:: https://img.shields.io/pypi/v/agnostic.svg
.. image:: https://img.shields.io/pypi/v/agnostic.svg?style=flat-square
:target: https://pypi.python.org/pypi/agnostic
:alt: PyPI Version

.. image:: https://travis-ci.org/TeamHG-Memex/agnostic.svg?branch=master
.. image:: https://img.shields.io/travis/TeamHG-Memex/agnostic.svg?style=flat-square
:target: https://travis-ci.org/TeamHG-Memex/agnostic
:alt: Build Status

.. image:: https://coveralls.io/repos/github/TeamHG-Memex/agnostic/badge.svg?branch=master
.. image:: https://img.shields.io/coveralls/github/TeamHG-Memex/agnostic.svg?style=flat-square
:target: https://coveralls.io/github/TeamHG-Memex/agnostic?branch=master
:alt: Code Coverage

Expand Down Expand Up @@ -49,7 +49,7 @@ Here is an absurdly brief introduction to Agnostic:
Removing backup "/tmp/tmpm8glpgaa".
For a not-quite-as-quick-but-still-pretty-quick start, please refer to the
`full documentation <http://agnostic.readthedocs.org/en/latest/index.html>`_.
`full documentation <https://agnostic.readthedocs.io//>`_.

----

Expand Down

0 comments on commit c46ac04

Please sign in to comment.