浏览代码

uses the right virtualenv path

Damien ACCORSI 9 年前
父节点
当前提交
a950f8572b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml 查看文件

@@ -17,7 +17,7 @@ install:
17 17
   - "cd tracim && python setup.py develop; cd -"
18 18
   - "pip install -r install/requirements.txt; echo"
19 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 22
 before_script:
23 23
   - "psql -c 'create database tracim_test;' -U postgres"