Skip to content

Commit

Permalink
Passing all environment variables in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Feb 18, 2016
1 parent 03de397 commit fd548db
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@ skipsdist = True
envlist = pep8, reqcheck, gae, py27, py34

[testenv]
passenv =
PYTHONPATH
GOOGLE_*
GCLOUD_*
TEST_*
CLOUD_*
TRAVIS*
SQLALCHEMY_DATABASE_URI
PUBSUB_*
GA_TRACKING_ID
MAILGUN_*
SENDGRID_*
TWILIO_*
passenv = *
basepython = python2.7
deps =
-rrequirements.txt
Expand All @@ -30,6 +18,11 @@ commonargs =
--exclude-dir=managed_vms/django_cloudsql
--exclude-dir=managed_vms/hello_world_django

[testenv:env]
passenv = *
commands =
bash -c "env"

[testenv:reqcheck]
commands =
bash -c "find . -name requirements\*.txt |\
Expand Down

0 comments on commit fd548db

Please sign in to comment.