File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,15 @@ branches:
44 only :
55 # - develop
66 - dev_imp_test
7+ before_install :
8+ - export ORIGINAL_FOLDER=$PWD
9+ - sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git
10+ - sudo apt remove vim vim-runtime gvim
11+ - cd /tmp
12+ - git clone https://github.com/vim/vim.git
13+ - cd vim
14+ - ./configure --with-features=huge --enable-multibyte --enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3.5/config --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --prefix=/usr/local
15+ - sudo make && sudo make install
16+ - cd $ORIGINAL_FOLDER
717install : git clone --recursive https://github.com/python-mode/python-mode
8- script : cd ./tests && bash -x ./test.sh
18+ script : vim --version && cd ./tests && bash -x ./test.sh
Original file line number Diff line number Diff line change 1+ ![ ] ( https://travis-ci.org/klen/python-mode.png?branch=develop )
2+
13![ ] ( https://raw.github.com/python-mode/python-mode/develop/logo.png )
24# Python-mode, a Python IDE for Vim
35
@@ -119,7 +121,13 @@ Then rebuild **helptags** in vim:
119121
120122# Troubleshooting/Debugging
121123
122- If your python-mode doesn't work:
124+ First read our short
125+ [ FAQ] ( https://github.com/python-mode/python-mode/blob/develop/doc/pymode.txt )
126+ or using ` :help pymode-faq ` .
127+ If your question is not described there then you already know what to do
128+ (because you read the first item of our FAQ :) ).
129+
130+ Nevertheless just a refresher on how to submit bugs:
123131
124132** (From the FAQ)** Start python mode with:
125133` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
You can’t perform that action at this time.
0 commit comments