Skip to content

Commit

Permalink
Trying to fix travis (again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraldo committed Aug 22, 2015
1 parent 6292382 commit 665958a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions colegend/functional_tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def test_signup(self):
browser.find_element_by_id("signup_choice").click()

## He clicks clicks on the button which says "How can I join?"
browser.maximize_window() # bug?
browser.find_element_by_id("signup").click()

# Preparing data for Max.
Expand Down
5 changes: 5 additions & 0 deletions colegend/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ def shell():
run('./manage.py shell_plus --settings=configuration.settings.{}'.format(env['domain']))


def db_pull():
if env['local']:
run('python ../local/db_pull.py')


# TASKS

@task
Expand Down

0 comments on commit 665958a

Please sign in to comment.