mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-19 20:26:35 +00:00
Delete .travis.yml
This commit is contained in:
-19
@@ -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
|
||||
Reference in New Issue
Block a user