Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d448ad

Browse files
committed
Try to fix travis
1 parent17483be commit0d448ad

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ python: "2.7"
33
rvm:
44
-1.9.3
55
script:
6-
-maketest
6+
-maketravis

‎Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ PYLAMA = $(LIBS)/pylama
66
clean:
77
find. -name"*.pyc" -delete
88

9+
# Temporary disable rope tests on Travis
10+
.PHONY: travis
11+
travis:
12+
rm -rf t/rope.vim
13+
raketest
14+
915
.PHONY: test
1016
test:
1117
bundle install

‎t/rope.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
letg:pymode_rope_completion_bind='X'
22
letg:pymode_rope_autoimport=0
3+
letg:pymode_debug=1
4+
35
sourceplugin/pymode.vim
46

57
describe'pymode-plugin'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp