mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
9 lines
127 B
YAML
9 lines
127 B
YAML
language: python
|
|
install:
|
|
- "pip install ."
|
|
- "pip install -r requirements-tests.txt"
|
|
script:
|
|
- tox
|
|
env:
|
|
- TOXENV=py27
|