Skip to content

Commit 109215e

Browse files
committed
Travis CI is back :)
1 parent 5b6e92d commit 109215e

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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
717
install: 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

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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`

0 commit comments

Comments
 (0)