summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 10:20:39 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 10:20:39 +0900
commite3d97283681acdf1e71eed3c969894ab097a0189 (patch)
treea466d10e128d9865e14063ef47cdab1753aba2c6
parent42d644ac2731f929042b5562a5b69c89eb6cf1a0 (diff)
downloadjsonrpclib-e3d97283681acdf1e71eed3c969894ab097a0189.tar.gz
Removing Travis support.
-rw-r--r--.travis.yml22
-rw-r--r--README.md3
2 files changed, 2 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7c14413..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-language: python
-sudo: false
-python:
-- "3.5"
-- "3.6"
-- "3.7"
-- "3.8"
-- "3.9"
-install:
-- pip install -r dev-requirements.txt
-- pip install twine
-- pip install tox
-script: tox
-deploy:
- provider: pypi
- user: joshmarshall
- password:
- secure: RbRcj7YdDXE9U2/a9yg4DW9UXFfrGWrM+S8uE8RgYu1D9njDDzUyNcFygaBXd8rxd8GpwRXHzSAO31B/Rk4NVbbM7JtcIA/52jx5j+4DdmEhffnzvahDkCZT6EV5iS3IxlShbuxgbzp3Qz14jF7Kl9iBSCOlIFItLCDlK7rfyJU=
- on:
- tags: true
- repo: joshmarshall/jsonrpclib
- branch: master
diff --git a/README.md b/README.md
index 9513c03..a5a0e9e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-[![Build Status](https://travis-ci.org/joshmarshall/jsonrpclib.svg)](https://travis-ci.org/joshmarshall/jsonrpclib)
+[![Build Status](https://circleci.com/gh/joshmarshall/jsonrpclib.svg?style=svg)](https://circleci.com/gh/joshmarshall/jsonrpclib)
+
JSONRPClib
==========