mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 09:49:33 +08:00
18 lines
286 B
YAML
18 lines
286 B
YAML
language: python
|
|
matrix:
|
|
include:
|
|
- python: 3.6
|
|
env: TOXENV=py36
|
|
- python: 3.5
|
|
env: TOXENV=py35
|
|
- python: 3.4
|
|
env: TOXENV=py34
|
|
- python: 3.3
|
|
env: TOXENV=py33
|
|
- python: 2.7
|
|
env: TOXENV=py27
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|