File: lint.sh

package info (click to toggle)
python-ecs-logging 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: python: 1,116; sh: 30; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -e

## When running in a docker container in the CI then it's required to set the location
## for the tools to be installed.
export PATH=${HOME}/.local/bin:${PATH}

python -m pip install -U nox
nox -s lint