1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-05 13:08:06 -05:00
ssh-audit/.travis.yml

21 lines
203 B
YAML

language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
cache:
- pip
install:
- pip install -U pip tox tox-travis coveralls codecov
script:
- tox
after_success:
- codecov