We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b61eab commit 2e027cbCopy full SHA for 2e027cb
2 files changed
.travis.yml
@@ -1,9 +1,7 @@
1
-# Deactivated.
2
-# This plugin needs a robust test suite.
+# Build vim from source with python3 support and execute tests.
3
branches:
4
only:
5
- # - develop
6
- - dev_imp_test
+ - develop
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
readme.md
@@ -1,4 +1,4 @@
-
+

# Python-mode, a Python IDE for Vim
0 commit comments