]> git.parisson.com Git - timeside.git/commitdiff
do not delete boilerplate task because the worker need it
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Mar 2015 11:00:27 +0000 (12:00 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Mar 2015 11:00:27 +0000 (12:00 +0100)
.travis.yml
timeside/server/management/commands/timeside-tests-boilerplate.py

index f2c7509ce8d6b8f69b47589d8d1958acfc4746d9..a94ec31b4e285fdd68769bfe2f4ad45b3a4b3e0d 100644 (file)
@@ -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--------------------
index 855f7f6db760a0c3d5e942135d9f654f32f8e54b..fbb4f2a621c49522f985163d3e7664cde9161bd7 100644 (file)
@@ -59,4 +59,3 @@ class Command(BaseCommand):
 
         task = Task(experience=experience, selection=selection)
         task.status_setter(2)
-        task.delete()