Explorar el Código

No need for installing circus now

Johannes Zellner hace 9 años
padre
commit
9866072e69
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      build.sh

+ 0 - 3
build.sh

@@ -9,9 +9,6 @@ cd /app/code
 virtualenv -p /usr/bin/python3.4 taiga
 source /app/code/taiga/bin/activate
 
-echo "install circus"
-pip install circus
-
 echo "install pip"
 easy_install pip