Skip to content

Commit

Permalink
Merge branch 'master' of github.com:globocom/thumbor
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jul 29, 2011
2 parents e63a0f7 + b894f4b commit 090312a
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .continuousrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Example .continuousrc file for use with http://continuous.io
# This example file has been created for use with either a
# Python or a Django project.

# Put this in your project root. It will be used to configure the build
# script for your project.

#######################
### Common settings ###
#######################

# The pip reqirements file relative to your project root directory.
# (Optional, but most likely needed for all but the simplest projects)
# Example: "requirements.txt"
PIP_REQUIREMENTS=""

# A space separated list of extra packages to be installed.
# This will be passed to the system package manager, normally apt-get.
# Example: "subversion libjpeg-dev"
EXTRA_PACKAGES="libcurl"

################################
### Python-specific settings ###
################################

# The command used to run this project's tests. If specified, this setting
# will override MANAGE_COMMAND.
# Example: "./runmytests.py"
# (Will attempt to auto-detect if blank)
TEST_COMMAND=""

################################
### Django-specific settings ###
################################

# The path to the django manage.py command
# (Will attempt to auto-detect if blank)
# Example: "./manage.py"
MANAGE_COMMAND=""

# Tells Django where to find the setting file to be used for this build
# See: https://docs.djangoproject.com/en/dev/topics/settings/#designating-the-settings
# (Will attempt to auto-detect if blank)
# Example: "myapp.settings_test"
DJANGO_SETTINGS_MODULE=""

0 comments on commit 090312a

Please sign in to comment.