1 Star 0 Fork 1

lirenkai2000 / docker-registry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "2.6"
- "2.7"
install:
## This below should be separated when core lives elsewhere
# Install core tests reqs
- pip install -rdepends/docker-registry-core/requirements/test.txt
- pip install -rdepends/docker-registry-core/requirements/style.txt
# Install core itself
- pip install depends/docker-registry-core/
# Install our tests requirements, and ourselves
- pip install -rrequirements/test.txt
- pip install .
# XXX should run the core tests as well
script: SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml flake8 . && SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml python setup.py nosetests
before_install:
- sudo apt-get update
- sudo apt-get install libevent-dev liblzma-dev
Python
1
https://gitee.com/lirenkai2000/docker-registry.git
git@gitee.com:lirenkai2000/docker-registry.git
lirenkai2000
docker-registry
docker-registry
master

搜索帮助