mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fix syntax error
This commit is contained in:
parent
6dacc4517e
commit
a7f13de0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ before_install:
|
|||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
before_script:
|
||||
- pip3 uninstall -r -y ./tests/requirements_dev.txt
|
||||
- pip3 uninstall -y -r ./tests/requirements_dev.txt
|
||||
- pip3 install -r ./tests/requirements_dev.txt
|
||||
- pylint --version
|
||||
- black --check hyperglass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue