mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
13 lines
162 B
YAML
13 lines
162 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
|