Skip to content

Commit

Permalink
fix(easy_install): add support for Ubuntu 19.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderbottom committed May 9, 2019
1 parent 3374cbe commit 81330fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/install.py
Expand Up @@ -129,7 +129,7 @@ def install_bench(args):
shutil.rmtree(tmp_bench_repo)

def check_distribution_compatibility():
supported_dists = {'ubuntu': [14, 15, 16, 18], 'debian': [8, 9],
supported_dists = {'ubuntu': [14, 15, 16, 18, 19], 'debian': [8, 9],
'centos': [7], 'macos': [10.9, 10.10, 10.11, 10.12]}

dist_name, dist_version = get_distribution_info()
Expand Down

0 comments on commit 81330fd

Please sign in to comment.