1
0
forked from VimPlug/jedi

Fix permissions of Python 3.6 on Travis

This commit is contained in:
micbou
2018-04-09 22:52:18 +02:00
committed by Dave Halter
parent 903bdf5fef
commit 286dd92e35
2 changed files with 9 additions and 8 deletions

View File

@@ -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