From 287affa7a9aaf451298018222110149d00ce752d Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 13 Dec 2019 18:31:16 +0800 Subject: [PATCH] fix: remove superfluous build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 508eb894..cc5f571a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file