From 35d16197d8199d7ba7fd0ddc7f5faaa52c42ab18 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 14 May 2018 15:17:32 +0800 Subject: [PATCH] test setup install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c58d5858..4c350a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ install: - pip install pipenv --upgrade-strategy=only-if-needed - pipenv install --dev script: + - pipenv run python setup.py install - pipenv run coverage run --source=httprunner -m unittest discover after_success: - pipenv run coveralls \ No newline at end of file