修改自动集成化设置

This commit is contained in:
shmilylty
2019-08-04 19:39:17 +08:00
parent 84b64f8f99
commit 95bfa6030a
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ install:
- pip install -r requirements.txt
script:
- coverage run tests/test_example.py
- coverage run oneforall/example.py
after_success:
- codecov
-1
View File
@@ -1 +0,0 @@
# coding=utf-8
@@ -2,10 +2,10 @@
# coding=utf-8
"""
测试
示例
"""
from oneforall import oneforall
import oneforall
test = oneforall.OneForAll(target='example.com')
test.run()