Install tox for eslint on Travis.
This commit is contained in:
parent
661f7cde92
commit
ffab11c871
@ -88,9 +88,8 @@ if 'APPVEYOR' in os.environ:
|
|||||||
|
|
||||||
check_setup(r'C:\Python34\python')
|
check_setup(r'C:\Python34\python')
|
||||||
elif TRAVIS_OS == 'linux':
|
elif TRAVIS_OS == 'linux':
|
||||||
if TESTENV != 'eslint':
|
print("sudo pip install tox/npm")
|
||||||
print("sudo pip install tox/npm")
|
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
||||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
|
||||||
|
|
||||||
print("Installing packages...")
|
print("Installing packages...")
|
||||||
pkgs = []
|
pkgs = []
|
||||||
|
Loading…
Reference in New Issue
Block a user