Use travis_fold on ci_install.py.
This commit is contained in:
parent
619f47ee1d
commit
309be9b057
@ -88,6 +88,7 @@ if 'APPVEYOR' in os.environ:
|
||||
|
||||
check_setup(r'C:\Python34\python')
|
||||
elif TRAVIS_OS == 'linux':
|
||||
print("travis_fold:start:install")
|
||||
print("sudo pip install tox/npm")
|
||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
||||
|
||||
@ -111,6 +112,7 @@ elif TRAVIS_OS == 'linux':
|
||||
subprocess.check_call(['sudo', 'npm', 'install', '-g', 'eslint'])
|
||||
else:
|
||||
check_setup('python3')
|
||||
print("travis_fold:end:install")
|
||||
elif TRAVIS_OS == 'osx':
|
||||
print("brew update...")
|
||||
brew(['update'], silent=True)
|
||||
|
Loading…
Reference in New Issue
Block a user