From b2b7afba18126bdae919b7822ef2eaaf164d2261 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 7 Oct 2019 20:17:07 -0700 Subject: [PATCH] Installing requirements in the install section --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a613b1ae812a..2aafb709975a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,8 +65,9 @@ matrix: python: "3.5" env: TOXENV=py35 install: &0 + - python3 -m pip install $TRAVIS_BUILD_DIR/sdk/python/requirements.txt # Additional dependencies - - pip3 install coverage coveralls jsonschema==3.0.1 + - pip3 install coverage coveralls # Sample test infra dependencies - pip3 install minio - pip3 install junit_xml