mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m pip install nox
|
|
nox -s lint test
|