Deleted laggy travis-ci, moved to azure

api-breakage
Morty Space 5 years ago
parent 7bfd14e1cc
commit e8cd59f7a9
  1. 27
      .travis.yml
  2. 2
      README.md

@ -1,27 +0,0 @@
language: python
dist: bionic
os:
- linux
python:
- 3.7
- 3.8
- 3.9
install:
- pip install -U -I -e ".[dev]"
script:
- cd docs && make doctest && cd ..
- pytest -v --cov . --cov-report xml:coverage.xml
env:
global:
- CRYPTOCOM_API_KEY=BNJaaRNj6i3PWxWgTi9hLK
- CRYPTOCOM_API_SECRET=uwVCubn3KfF6ergZQ9XE6T
- CC_TEST_REPORTER_ID=16bcfb0958d99f11456f8d80aeb5800d567724471e151fe6e74a4b329b45dcb6
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

@ -1,7 +1,7 @@
# Python 3.7+ library for crypto.com/exchange API using asyncio and aiohttp
[![Docs Build Status](https://readthedocs.org/projects/cryptocom-exchange/badge/?version=latest&style=flat)](https://readthedocs.org/projects/cryptocom-exchange)
[![Build Status](https://travis-ci.org/goincrypto/cryptocom-exchange.svg?branch=master)](https://travis-ci.org/goincrypto/cryptocom-exchange)
[![Build Status](https://dev.azure.com/mortyspace/goincrypto/_apis/build/status/goincrypto.cryptocom-exchange?branchName=master)](https://dev.azure.com/mortyspace/goincrypto/_build/latest?definitionId=1&branchName=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/8d7ffdae54f3c6e86b5a/maintainability)](https://codeclimate.com/github/goincrypto/cryptocom-exchange/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8d7ffdae54f3c6e86b5a/test_coverage)](https://codeclimate.com/github/goincrypto/cryptocom-exchange/test_coverage)
[![Requirements Status](https://requires.io/github/goincrypto/cryptocom-exchange/requirements.svg?branch=master)](https://requires.io/github/goincrypto/cryptocom-exchange/requirements/?branch=master)

Loading…
Cancel
Save