Files
httprunner/.travis.yml
httprunner a7155ce22a add codecov
2017-06-26 21:16:26 +08:00

14 lines
188 B
YAML

sudo: false
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install -r requirements.txt
script:
- python -m unittest discover
after_success:
- codecov