mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix travis
This commit is contained in:
parent
03e84f9ebd
commit
0c9b6eec98
1 changed files with 9 additions and 3 deletions
12
.travis.yml
12
.travis.yml
|
@ -2,12 +2,18 @@ language: python
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: TOXENV=lint
|
- env: TOXENV=py27-lint
|
||||||
|
- env: TOXENV=py37-lint
|
||||||
|
- env: TOXENV=py37-invalidcode
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27-lint
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=lint
|
env: TOXENV=py27-invalidcode
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=py37-lint
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=py37-invalidcode
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
Loading…
Add table
Reference in a new issue