1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-04 12:40:14 -05:00
ssh-audit/.travis.yml

21 lines
207 B
YAML

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