Explorar el Código

uses the right virtualenv path

Damien ACCORSI hace 10 años
padre
commit
a950f8572b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Ver fichero

17
   - "cd tracim && python setup.py develop; cd -"
17
   - "cd tracim && python setup.py develop; cd -"
18
   - "pip install -r install/requirements.txt; echo"
18
   - "pip install -r install/requirements.txt; echo"
19
   - "pip install -r install/requirements.txt; echo"
19
   - "pip install -r install/requirements.txt; echo"
20
-  - "./bin/tg2env-patch /home/travis/virtualenv"
20
+  - "./bin/tg2env-patch /home/travis/virtualenv/python3.2.5"
21
   
21
   
22
 before_script:
22
 before_script:
23
   - "psql -c 'create database tracim_test;' -U postgres"
23
   - "psql -c 'create database tracim_test;' -U postgres"