mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
15 lines
295 B
YAML
15 lines
295 B
YAML
sudo: false
|
|
install:
|
|
- pip install tox
|
|
- pip install cython
|
|
- make cythonize
|
|
script:
|
|
- tox -v
|
|
language: python
|
|
python:
|
|
- 3.5
|
|
env:
|
|
- TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
|
- TOXENV=pylint,flake8,pydocstyle
|
|
- TOXENV=py26,py27,py33,py34,py35,pypy,pypy3
|