mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Fix pip requirements installation in .travis.yml
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
||||
python:
|
||||
- "3.5"
|
||||
install:
|
||||
- pylint # For pylint_buildkit.py
|
||||
- pip install pylint
|
||||
script:
|
||||
- ./developer_utilities/validate_config.py
|
||||
- ./developer_utilities/pylint_buildkit.py --hide-fixme
|
||||
|
||||
Reference in New Issue
Block a user