Skip to content

Instantly share code, notes, and snippets.

@theacodes
Created August 30, 2016 23:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theacodes/0b2873711e49ab07fdac59b9c5e640c6 to your computer and use it in GitHub Desktop.
Save theacodes/0b2873711e49ab07fdac59b9c5e640c6 to your computer and use it in GitHub Desktop.
nox for gcloud-python
def session_test(session):
session.interpreter = 'python2.7'
session.install('-e', '.[grpc]')
session.install('pytest')
session.run('pytest', '-x', 'google')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment