1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-08-03 10:59:44 -05:00
Files
ssh-audit/.travis.yml
2020-10-19 18:01:17 -04:00

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