Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move GAE environment setup to nox #61

Merged
merged 2 commits into from
Oct 28, 2016
Merged

Move GAE environment setup to nox #61

merged 2 commits into from
Oct 28, 2016

Conversation

theacodes
Copy link
Contributor

No description provided.

@theacodes theacodes added this to the 1.0.0 milestone Oct 28, 2016
@@ -208,4 +214,37 @@ def session_compute_engine(session):

def session_app_engine(session):
session.virtualenv = False
session.run('pytest', 'app_engine/test_app_engine.py')

if SKIP_GAE_TEST_ENV in os.environ:

This comment was marked as spam.

This comment was marked as spam.

# Grab the project ID from the cloud sdk.
project_id = subprocess.check_output([
'gcloud', 'config', 'list', 'project', '--format',
'value(core.project)']).strip()

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.


import os

TEST_APP_URL = os.environ['TEST_APP_URL']

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Oct 28, 2016

LGTM

@theacodes theacodes merged commit b551ef2 into master Oct 28, 2016
@theacodes theacodes deleted the gae-nox branch October 28, 2016 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants