Skip to content

Commit

Permalink
Installing requirements in the install section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Oct 8, 2019
1 parent b14b14f commit e8854f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ matrix:
python: "3.5"
env: TOXENV=py35
install: &0
- python3 -m pip install -r $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
Expand Down

0 comments on commit e8854f9

Please sign in to comment.