Skip to content
Snippets Groups Projects
Commit 4ef6cef8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

travis: install yapf

parent 721060ed
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ script: ...@@ -13,6 +13,7 @@ script:
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r stress_tests/requirements.txt - pip install -r stress_tests/requirements.txt
- pip install yapf
- pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter
after_success: after_success:
- codeclimate-test-reporter - codeclimate-test-reporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment