mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修改自动集成化设置
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ install:
|
|||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run tests/test_example.py
|
- coverage run oneforall/example.py
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
@@ -1 +0,0 @@
|
|||||||
# coding=utf-8
|
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
|
||||||
"""
|
"""
|
||||||
测试
|
示例
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from oneforall import oneforall
|
import oneforall
|
||||||
|
|
||||||
test = oneforall.OneForAll(target='example.com')
|
test = oneforall.OneForAll(target='example.com')
|
||||||
test.run()
|
test.run()
|
||||||
Reference in New Issue
Block a user