mirror of https://github.com/huashengdun/webssh
Delete .travis.yml
parent
0fb176a724
commit
da68de67fa
19
.travis.yml
19
.travis.yml
|
@ -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
|
Loading…
Reference in New Issue