mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
remove tox
This commit is contained in:
23
.travis.yml
23
.travis.yml
@@ -1,17 +1,12 @@
|
|||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
matrix:
|
python:
|
||||||
include:
|
- 2.7
|
||||||
- python: 3.6
|
- 3.3
|
||||||
env: TOXENV=py36
|
- 3.4
|
||||||
- python: 3.5
|
- 3.5
|
||||||
env: TOXENV=py35
|
- 3.6
|
||||||
- python: 3.4
|
|
||||||
env: TOXENV=py34
|
|
||||||
- python: 3.3
|
|
||||||
env: TOXENV=py33
|
|
||||||
- python: 2.7
|
|
||||||
env: TOXENV=py27
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- tox
|
- python -m unittest discover
|
||||||
|
|||||||
Reference in New Issue
Block a user