diff --git a/.drone.yml b/.drone.yml index 548b2d0..491bd48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - python -V - pip install -r ./python/requirements.txt - python ./python/hello.py - - python ./python/test_demo.py + - pytest ./python/test_demo.py - name: "CI失败 微信推送" diff --git a/.gitignore b/.gitignore index 485dee6..0b589d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +/python/.pytest_cache/