Skip to content

Commit

Permalink
Fix env declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Sep 19, 2012
1 parent f5fabc7 commit 3bbd9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,5 +7,5 @@ services:
- elasticsearch - elasticsearch
install: install:
- pip install . --use-mirrors - pip install . --use-mirrors
env: TESTING=true CSRF_ENABLED=false ELASTICSEARCH_INDEX=annotator_test DATABASE_URL=sqlite:///:memory: RECAPTCHA_PUBLIC_KEY=test_recaptcha_public_key RECAPTCHA_PRIVATE_KEY=test_recaptcha_private_key SECRET_KEY=test_secret_key env: "TESTING=true CSRF_ENABLED=false ELASTICSEARCH_INDEX=annotator_test DATABASE_URL=sqlite:///:memory: RECAPTCHA_PUBLIC_KEY=test_recaptcha_public_key RECAPTCHA_PRIVATE_KEY=test_recaptcha_private_key SECRET_KEY=test_secret_key"
script: nosetests script: nosetests

0 comments on commit 3bbd9c0

Please sign in to comment.