mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +03:00
9 lines
137 B
YAML
9 lines
137 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- "pip install ."
|
||
|
- "pip install -r requirements-tests.txt"
|
||
|
script:
|
||
|
- "unit2 discover"
|