Browse Source

remove useless travis install

Bastien Sevajol 9 years ago
parent
commit
ea253f7718
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml View File

@@ -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: