зеркало из https://github.com/microsoft/azure-cli.git
8 строки
160 B
YAML
8 строки
160 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.5"
|
||
|
script:
|
||
|
- export PYTHONPATH=$PATHONPATH:./src
|
||
|
- python -m unittest discover -s src/azure/cli/tests
|