1 Star 0 Fork 0

slacrey / edx-certificates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
jarv 提交于 2014-04-30 15:32 . updating path for example-key-ownertrust
# Travis CI configuration file for running tests
language: python
python:
- "2.7"
install:
- "pip install --allow-all-external -r requirements.txt"
script:
- |
curl https://raw.githubusercontent.com/edx/configuration/master/playbooks/roles/certs/files/example-private-key.txt -o /var/tmp/key.txt
curl https://raw.githubusercontent.com/edx/configuration/master/playbooks/roles/certs/files/example-key-ownertrust.txt -o /var/tmp/trust.txt
/usr/bin/gpg --import /var/tmp/key.txt
/usr/bin/gpg --import-ownertrust /var/tmp/trust.txt
nosetests tests.gen_cert_test:test_cert_gen
1
https://gitee.com/slacrey/edx-certificates.git
git@gitee.com:slacrey/edx-certificates.git
slacrey
edx-certificates
edx-certificates
master

搜索帮助