Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsvgoncalves/python-deploys
https://github.com/jsvgoncalves/python-deploys
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsvgoncalves/python-deploys
- Owner: jsvgoncalves
- Created: 2016-02-18T21:55:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T12:23:35.000Z (over 8 years ago)
- Last Synced: 2023-04-06T08:08:12.044Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python TravisCI Deploys
======[![Build Status](https://travis-ci.org/jsvgoncalves/python-deploys.svg?branch=master)](https://travis-ci.org/jsvgoncalves/python-deploys)
[![Join the chat at https://gitter.im/jsvgoncalves/python-deploys](https://badges.gitter.im/jsvgoncalves/python-deploys.svg)](https://gitter.im/jsvgoncalves/python-deploys?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Testing out TravisCI deployments.
Development
------To setup your virtualenv:
$ mkvirtualenv myflaskapp
$ setvirtualenvproject myflaskapp path_to_project# Optionally, create a new project with
$ mkproject myflaskapp
$ git clone [email protected]:jsvgoncalves/flask-starter-guide .Then, everytime you work on the project, run:
$ workon myflaskapp
To install the dependecies run:
$ pip install -r requirements.txt
### Virtualenvwrapper cheatsheet
# To stop working
$ deactivate
# To show all environments
$ workon
# To show installed packages
$ lssitepackages