Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsvgoncalves/python-deploys


https://github.com/jsvgoncalves/python-deploys

Last synced: 1 day ago
JSON representation

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