forked from VimPlug/jedi
Fix permissions of Python 3.6 on Travis
This commit is contained in:
@@ -45,6 +45,8 @@ before_install:
|
||||
# something twice, but it doesn't really matter, because they are appended.
|
||||
- export PATH=$PATH:/opt/python/3.3/bin
|
||||
- export PATH=$PATH:/opt/python/3.5/bin
|
||||
# 3.6 was not installed manually, but already is on the system. However
|
||||
# it's not on path (unless 3.6 is selected).
|
||||
- export PATH=$PATH:/opt/python/3.6/bin
|
||||
install:
|
||||
- pip install --quiet tox-travis
|
||||
|
||||
Reference in New Issue
Block a user