mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 05:56:19 +03:00
Update .travis.yml
This commit is contained in:
parent
35654d98e2
commit
33e2557db6
13
.travis.yml
13
.travis.yml
|
@ -1,9 +1,9 @@
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
language: python
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
language: python
|
|
||||||
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
@ -11,57 +11,46 @@ jobs:
|
||||||
- make cythonize
|
- make cythonize
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
language: python
|
|
||||||
env: TOXENV=pylint
|
env: TOXENV=pylint
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
language: python
|
|
||||||
env: TOXENV=flake8
|
env: TOXENV=flake8
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
language: python
|
|
||||||
env: TOXENV=pydocstyle
|
env: TOXENV=pydocstyle
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
language: python
|
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
language: python
|
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
language: python
|
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
language: python
|
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
language: python
|
|
||||||
env: TOXENV=py37
|
env: TOXENV=py37
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
language: python
|
|
||||||
env: TOXENV=py38
|
env: TOXENV=py38
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: pypy
|
- python: pypy
|
||||||
language: python
|
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
- python: pypy3
|
- python: pypy3
|
||||||
language: python
|
|
||||||
env: TOXENV=pypy3
|
env: TOXENV=pypy3
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user