From 5f326f8a2efe9cba5aa74f338e03241b9a8ae041 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 22 Apr 2019 16:07:34 -0700 Subject: [PATCH] Fixed the command line --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0bac6f37ff..51c52c986e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ matrix: - default-jdk - wget script: - - python pip uninstall urllib3 + - python3 -m pip uninstall urllib3 # DSL tests - wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.1/swagger-codegen-cli-2.4.1.jar -O /tmp/swagger-codegen-cli.jar