Install tox for eslint on Travis.

This commit is contained in:
Florian Bruhin 2015-10-08 06:24:31 +02:00
parent 661f7cde92
commit ffab11c871

View File

@ -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 = []