文件名称:Python-为Flask在TravisCI构建持续集成以及开发环境
文件大小:615KB
文件格式:ZIP
更新时间:2022-08-29 20:46:01
Python开发-构建工具
为 Flask 在 Travis-CI 构建持续集成以及开发环境 (x-post /r/python)-用 Grunt 构建 Flask 的前端构建环境, 持续测试则用 Travis-CI 驱动. 用 Nginx Gunicorn 构建永续不宕的运行环境, Fabric 进行简洁的配置管理
【文件预览】:
dpraul-flask-continuous-env-5ca5ce9
----CHANGES.md(374B)
----bower.json(208B)
----requirements.txt(204B)
----flask_site()
--------controllers()
--------__init__.py(85B)
--------helpers()
--------config()
--------errors()
----.travis.yml(462B)
----LICENSE(1KB)
----start.py(185B)
----README.md(5KB)
----.bowerrc(69B)
----tests()
--------__init__.py(0B)
--------helpers()
--------base_test.py(176B)
----templates()
--------index.html(18KB)
--------layout.html(3KB)
----.gitignore(409B)
----deploy()
--------nginx.conf(1KB)
----fabfile.py(7KB)
----static()
--------styles()
--------scripts()
--------fonts()