1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-04 20:50:13 -05:00
ssh-audit/.travis.yml
2020-06-13 11:27:01 -04:00

20 lines
193 B
YAML

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