From: Guillaume Pellerin Date: Thu, 19 Mar 2015 11:00:27 +0000 (+0100) Subject: do not delete boilerplate task because the worker need it X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8be064eb4c72fd788961b6f937e0e73c4b4a203a;p=timeside.git do not delete boilerplate task because the worker need it --- diff --git a/.travis.yml b/.travis.yml index f2c7509..a94ec31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_script: fi # -------------DOC------------------------ - if [[ $TEST_TARGET == 'doc' ]]; then - pip install sphinx numpydoc; + pip install sphinx numpydoc; fi @@ -59,7 +59,7 @@ script: # -------------SERVER------------------------- - if [[ $TEST_TARGET == 'server' ]]; then ./tests/test_server.sh; - fi + fi after_success: - # -------------DEFAULT-------------------- diff --git a/timeside/server/management/commands/timeside-tests-boilerplate.py b/timeside/server/management/commands/timeside-tests-boilerplate.py index 855f7f6..fbb4f2a 100644 --- a/timeside/server/management/commands/timeside-tests-boilerplate.py +++ b/timeside/server/management/commands/timeside-tests-boilerplate.py @@ -59,4 +59,3 @@ class Command(BaseCommand): task = Task(experience=experience, selection=selection) task.status_setter(2) - task.delete()