mirror of https://github.com/huashengdun/webssh
Sheng
7 years ago
25 changed files with 43 additions and 5 deletions
@ -0,0 +1,13 @@ |
|||||||
|
[run] |
||||||
|
branch = true |
||||||
|
source = webssh |
||||||
|
|
||||||
|
[report] |
||||||
|
exclude_lines = |
||||||
|
if self.debug: |
||||||
|
pragma: no cover |
||||||
|
raise NotImplementedError |
||||||
|
if __name__ == .__main__.: |
||||||
|
ignore_errors = True |
||||||
|
omit = |
||||||
|
tests/* |
@ -0,0 +1,20 @@ |
|||||||
|
dist: trusty |
||||||
|
sudo: false |
||||||
|
|
||||||
|
language: python |
||||||
|
python: |
||||||
|
- "2.7" |
||||||
|
- "3.4" |
||||||
|
- "3.5" |
||||||
|
- "3.6" |
||||||
|
|
||||||
|
install: |
||||||
|
- pip install -r requirements.txt |
||||||
|
- pip install pytest pytest-cov codecov flake8 |
||||||
|
|
||||||
|
script: |
||||||
|
- pytest --cov=webssh |
||||||
|
- flake8 --exclude='.git' |
||||||
|
|
||||||
|
after_success: |
||||||
|
- codecov |
@ -1,2 +1,2 @@ |
|||||||
paramiko==2.4.1 |
paramiko==2.4.1 |
||||||
tornado==5.0.1 |
tornado==5.0.2 |
||||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in new issue