1 Star 0 Fork 0

姚明/cookiecutter-django

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicolas Stefani 提交于 2019-09-29 21:04 . Updated python version to 3.7
dist: xenial
services:
- docker
language: python
python: 3.7
before_install:
- docker-compose -v
- docker -v
matrix:
include:
- name: Test results
script: tox -e py37
- name: Run flake8 on result
script: tox -e flake8
- name: Run black on result
script: tox -e black
- name: Black template
script: tox -e black-template
- name: Basic Docker
script: sh tests/test_docker.sh
- name: Docker with Celery
script: sh tests/test_docker.sh use_celery=y
- name: Bare metal
script: sh tests/test_bare.sh use_celery=y use_compressor=y
services:
- postgresql
- redis-server
env:
- CELERY_BROKER_URL=redis://localhost:6379/0
install:
- pip install tox
notifications:
email:
on_success: change
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaoqiuming/cookiecutter-django.git
[email protected]:yaoqiuming/cookiecutter-django.git
yaoqiuming
cookiecutter-django
cookiecutter-django
master

搜索帮助