Files
httprunner/.travis.yml
debugtalk a4b1be79a6 :
2017-07-19 19:18:02 +08:00

14 lines
213 B
YAML

sudo: false
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install -r requirements_dev.txt
script:
- coverage run --source=ate -m unittest discover
after_success:
- coveralls