test setup install

This commit is contained in:
debugtalk
2018-05-14 15:17:32 +08:00
parent 36127456e7
commit 35d16197d8

View File

@@ -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