Files
httprunner/.travis.yml
2018-02-28 15:33:34 +08:00

14 lines
276 B
YAML

sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev
script:
- pipenv run coverage run --source=httprunner -m unittest discover
after_success:
- pipenv run coveralls