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')
|
||||
elif TRAVIS_OS == 'linux':
|
||||
if TESTENV != 'eslint':
|
||||
print("sudo pip install tox/npm")
|
||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
||||
print("sudo pip install tox/npm")
|
||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
||||
|
||||
print("Installing packages...")
|
||||
pkgs = []
|
||||
|
Loading…
Reference in New Issue
Block a user