Explorar el Código

remove useless travis install

Bastien Sevajol hace 9 años
padre
commit
ea253f7718
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml Ver fichero

@@ -17,9 +17,6 @@ addons:
17 17
 install:
18 18
   - "cd tracim && python setup.py develop; cd -"
19 19
   - "pip install -r install/requirements.txt; echo"
20
-  - "./bin/tg2env-patch 1 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
21
-  - "pip install -r install/requirements.txt; echo"
22
-  - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
23 20
   - "pip install coveralls"
24 21
 
25 22
 before_script: