Move GitHub build trigger behind a feature flag.

This commit is contained in:
Jake Moshenko 2014-05-30 18:28:18 -04:00
parent 2112333875
commit 0057ced98c
6 changed files with 12 additions and 4 deletions

View file

@ -38,4 +38,5 @@ class TestConfig(DefaultConfig):
LICENSE_USER_LIMIT = 500
LICENSE_EXPIRATION = datetime.now() + timedelta(weeks=520)
LICENSE_EXPIRATION_WARNING = datetime.now() + timedelta(weeks=520)
FEATURE_GITHUB_BUILD = True