mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 02:53:56 +03:00
10 lines
119 B
YAML
10 lines
119 B
YAML
language: python
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|
|
env:
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=coverage
|