Skip to content

Commit

Permalink
Fix setuptools version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Mar 23, 2020
1 parent b7396ef commit 3486f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-rpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jedi==0.16.0
rope==0.16.0
autopep8==1.5
yapf==0.29
setuptools==46.1.1
setuptools==44.1.0
2 changes: 2 additions & 0 deletions test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
;; Avoid asking stuff during tests
(defun yes-or-no-p (&rest args) t)
(defun y-or-n-p (&rest args) t)
;; Avoid verbose during test
(setq python-indent-guess-indent-offset-verbose nil)


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 3486f32

Please sign in to comment.