add travis badge

This commit is contained in:
debugtalk
2017-06-20 20:37:21 +08:00
parent 4d69342d40
commit f02a5e007e
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
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

View File

@@ -1,5 +1,7 @@
# ApiTestEngine
[![Build Status](https://travis-ci.org/debugtalk/ApiTestEngine.svg?branch=master)](https://travis-ci.org/debugtalk/ApiTestEngine)
## 核心特性
- 支持API接口的多种请求方法包括 GET/POST/HEAD/PUT/DELETE 等