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