mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
16 lines
202 B
YAML
16 lines
202 B
YAML
language: python
|
|
python:
|
|
- '2.6'
|
|
- '2.7'
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|
|
env:
|
|
- TOXENV=coveralls
|
|
- TOXENV=pylint
|
|
- TOXENV=flake8
|
|
- TOXENV=pep257
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|