diff --git a/.travis.yml b/.travis.yml index d08eb43..e45f022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/oneforall/__init__.py b/oneforall/__init__.py deleted file mode 100644 index df3e58e..0000000 --- a/oneforall/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# coding=utf-8 diff --git a/tests/test_example.py b/oneforall/example.py similarity index 73% rename from tests/test_example.py rename to oneforall/example.py index 1875607..9ec1b62 100644 --- a/tests/test_example.py +++ b/oneforall/example.py @@ -2,10 +2,10 @@ # coding=utf-8 """ -测试 +示例 """ -from oneforall import oneforall +import oneforall test = oneforall.OneForAll(target='example.com') test.run()