mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 05:26:09 +03:00
Update .travis.yml
This commit is contained in:
parent
75a9f6faf0
commit
35654d98e2
47
.travis.yml
47
.travis.yml
|
@ -1,43 +1,70 @@
|
|||
os:
|
||||
linux
|
||||
dist:
|
||||
xenial
|
||||
language:
|
||||
python
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
os: linux
|
||||
dist: xenial
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
language: python
|
||||
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install cython
|
||||
- make cythonize
|
||||
script: tox
|
||||
- python: 3.6
|
||||
language: python
|
||||
env: TOXENV=pylint
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.6
|
||||
language: python
|
||||
env: TOXENV=flake8
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.6
|
||||
language: python
|
||||
env: TOXENV=pydocstyle
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 2.7
|
||||
language: python
|
||||
env: TOXENV=py27
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.4
|
||||
language: python
|
||||
env: TOXENV=py34
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.5
|
||||
language: python
|
||||
env: TOXENV=py35
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.6
|
||||
language: python
|
||||
env: TOXENV=py36
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.7
|
||||
language: python
|
||||
env: TOXENV=py37
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: 3.8
|
||||
language: python
|
||||
env: TOXENV=py38
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: pypy
|
||||
language: python
|
||||
env: TOXENV=pypy
|
||||
install: pip install tox
|
||||
script: tox
|
||||
- python: pypy3
|
||||
language: python
|
||||
env: TOXENV=pypy3
|
||||
install: pip install tox
|
||||
script: tox
|
||||
notifications:
|
||||
slack:
|
||||
rooms:
|
||||
|
|
Loading…
Reference in New Issue
Block a user