fix: remove superfluous build

This commit is contained in:
debugtalk
2019-12-13 18:31:16 +08:00
parent c5ccc48700
commit 287affa7a9

View File

@@ -21,7 +21,6 @@ script:
- cd tests/httpbin && hrun basic.yml --log-level debug --failfast && cd -
- python -m httprunner.cli hrun -V
- python -m httprunner.cli hrun -h
- poetry build
- poetry run coverage run --source=httprunner -m unittest discover
after_success:
- poetry run coveralls