mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-12 01:20:51 +03:00
9 lines
105 B
YAML
9 lines
105 B
YAML
language: python
|
|
install:
|
|
- "pip install ."
|
|
- "pip install tox"
|
|
script:
|
|
- tox
|
|
env:
|
|
- TOXENV=py27
|