Sfoglia il codice sorgente

No need for installing circus now

Johannes Zellner 9 anni fa
parent
commit
9866072e69
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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