diff options
author | Josh Marshall <catchjosh@gmail.com> | 2021-03-31 10:20:39 +0900 |
---|---|---|
committer | Josh Marshall <catchjosh@gmail.com> | 2021-03-31 10:20:39 +0900 |
commit | e3d97283681acdf1e71eed3c969894ab097a0189 (patch) | |
tree | a466d10e128d9865e14063ef47cdab1753aba2c6 | |
parent | 42d644ac2731f929042b5562a5b69c89eb6cf1a0 (diff) | |
download | jsonrpclib-e3d97283681acdf1e71eed3c969894ab097a0189.tar.gz |
Removing Travis support.
-rw-r--r-- | .travis.yml | 22 | ||||
-rw-r--r-- | README.md | 3 |
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 @@ -1,4 +1,5 @@ -[](https://travis-ci.org/joshmarshall/jsonrpclib) +[](https://circleci.com/gh/joshmarshall/jsonrpclib) + JSONRPClib ========== |