Delete .travis.yml

pull/341/head
Christian Clauss 2023-04-05 09:14:42 +02:00 committed by GitHub
parent 0fb176a724
commit da68de67fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
dist: xenial
language: python
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
install:
- pip install -r requirements.txt
- pip install pytest pytest-cov codecov flake8
script:
- pytest --cov=webssh
- flake8
after_success:
- codecov