test setup install

This commit is contained in:
httprunner
2018-05-14 15:17:32 +08:00
parent b2e52d0789
commit ec605d0cf2

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