Skip to content

Commit

Permalink
Merge pull request #5 from mrahnis/dev
Browse files Browse the repository at this point in the history
Update continuous integration
  • Loading branch information
mrahnis committed Jan 3, 2019
2 parents b10a8be + 6d41eb0 commit 66b7f41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform: x64

environment:
ANACONDA_TOKEN:
secure: cKeC+a3Su46s2RrxdYhXLQ7G9APT03vq+hLxK0joIKZtWcjAx9GdFVoqWEtOg5dx
secure: iTF8kOBGKYYFOx5c0inHuvqyiTzjxM68i4bfZjgEpdmYCIhTwwtGj8NWWFf9AbFV
matrix:
- PYTHON_VERSION: 3.6
PYTHON_ARCH: 64
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ addons:
install:
- pip wheel -r requirements.txt
- pip install .
- "pip install coveralls>=1.1"
- pip install coveralls>=1.1
script: pytest
after_success:
- coveralls
- coveralls
deploy:
provider: pypi
user: mrahnis
password:
secure: q5PBqEj+J88zOFc9f4mdrcXbM76l9l8A6KYDXwHnpjrwf2Ne6zdkGWQd8gUQ/LT9uFU6lQGqrDDsPBkbQ4c6mePIaG+6ErnHj3XSP+ZCP5kqiyKod75EoREgdGdC2BNw5uk6n7H9FjfFw7oELn0X6VjvdY6GPZFlFTgx03FLtrRo8Cluu63U9M3b74AusEIuj7lQ3rzcEFydHgGVFG26Urjuzb/DlhYHzILGozejnTUQ8dU+xeeFHDvKlYis+kImHT0kbxtwBFtwbHKo+Mq+Qta7PW2pghfsIvPZ5xCUzWR8tTRU/XMGGdVs6XXtzieVNReYkL5oEr97oOlGiub4imyQtgCR8StV1mGwj3JoY8BhklMgXJXGXNbv4HZojOv2C3PCIU+EeuBs3UnPNSIRiIiYViXzO/FdRtbJn/K5t43/aIgyXA3jserAPWVc4JFvddGT2M4dfv2iCpusC6JSVgw1Kt1w3Xoodwt2DASeUKspEVJcYufKzYS3cv+xdxC0qJ85Trb/zDAwMObKmPdxutoaDpEGytHnHxzxea7fc73DAMB8GjyfvddyQTpVA9/PASsA3EJ9GAfZl6a2z47CtAXBsy/bXmHKw7btgMOCr7JeXCw3g/WLX45wbO72xM4ogPk2DOXYKilQrCixzgBM0iTTEgCd2ajv8E2+FpV42K8=
secure: muNUqzX280qk7cMWZwhKA7U6cftBcSMfsgZGQU8gGgkQYB8FlL1DSeQy6HHK2cmHvNMHSMtH7O2AtHrOD5HihQLBe023If30klCgoX+d2M0cBD5II5idugakj87BkoT/pSM9OucPsaSKd/2ytzaA6aRescd0ost2bP9P2hZ2Jcml5howsbpjo+3aBTef63znU64rN0REYV0yn3unxXCI6AHznIKC6Q0ADB9rfzPwPR37Vh7j5v23PJSZ66KNlfk8emvAxwo3L9rwFHGGdQA6S7tH6gXxlMWr6HKW9rWbQ+0OHEmngxFMhTnln751TAglt4piWR3o41BrOyxCLSsB4VQspzkMhYjqKBpWkdbTiRyVMbllJHH6PxZk4UVLrJ0KYIEtQ5s3S+JsOfVQa4oFw/GBtaPkqnHriSHLVoNLLcLnTbiFCTLgOW9LoH0RubTeH/XfRvXnU8h5lWAIneoOnfMwt3S6EhcIoKRiAqvDTG5MNWM5gYK+0jlGwVOHGDSsCd4neK0zW9D/+43GkRBlJpLrvQ4hrUVw+Tnv5snOjyQGkzs65gChcB4wnhVAsgZnuYkBKVy5GhdvpVtxodLhE/Sks3EcVvbABZyHhfdTO4OhzyLEJ5vKVirYQhU7Umg20ohIaR+elaAi5cJEBW6DueiHswm+R2POTzdPKBfATxw=
on:
tags: true
distributions: sdist bdist_wheel
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The CLI displays matplotlib plots of showing long-profile or plan view maps. It
Installation
============

.. image:: https://img.shields.io/pypi/v/nine.svg :target: https://pypi.org/project/rio-terrain/

.. image:: https://img.shields.io/conda/v/mrahnis/rio-terrain.svg

To install from the Python Package Index:

.. code-block:: console
Expand Down

0 comments on commit 66b7f41

Please sign in to comment.