diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3f8b32d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -sudo: false -language: python -python: - - "3.6" - - "3.7" - - "3.8" - - "3.9" - -cache: - directories: - - $HOME/.cache/pip - -before_install: - - pip install -U pip wheel - - pip install -U setuptools - - pip install -U pylint coverage pycodestyle pydocstyle - -install: - - pip install -U -e . - -script: - - pycodestyle libagent - - pylint --reports=no --rcfile .pylintrc libagent - - pydocstyle libagent - - coverage run --source libagent/ -m py.test -v - -after_success: - - coverage report - diff --git a/README.md b/README.md index aea311f..8af2b7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Hardware-based SSH/GPG agent -[![Build Status](https://travis-ci.org/romanz/trezor-agent.svg?branch=master)](https://travis-ci.org/romanz/trezor-agent) [![Chat](https://badges.gitter.im/romanz/trezor-agent.svg)](https://gitter.im/romanz/trezor-agent) This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design [here](doc/DESIGN.md).