Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 2, 2013
1 parent 17483be commit 0d448ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,4 @@ python: "2.7"
rvm:
- 1.9.3
script:
- make test
- make travis
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -6,6 +6,12 @@ PYLAMA = $(LIBS)/pylama
clean:
find . -name "*.pyc" -delete

# Temporary disable rope tests on Travis
.PHONY: travis
travis:
rm -rf t/rope.vim
rake test

.PHONY: test
test:
bundle install
Expand Down
2 changes: 2 additions & 0 deletions t/rope.vim
@@ -1,5 +1,7 @@
let g:pymode_rope_completion_bind = 'X'
let g:pymode_rope_autoimport = 0
let g:pymode_debug = 1

source plugin/pymode.vim

describe 'pymode-plugin'
Expand Down

0 comments on commit 0d448ad

Please sign in to comment.