Do a user-level install with pip
This commit is contained in:
parent
b47e152395
commit
e9027a59ef
@ -27,7 +27,7 @@ matrix:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
- pip install flake8
|
- pip install --user flake8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 runtests cli-v1-to-v2
|
- flake8 runtests cli-v1-to-v2
|
||||||
|
@ -18,7 +18,7 @@ install:
|
|||||||
- go env
|
- go env
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
- pip install flake8
|
- pip install --user flake8
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- flake8 runtests cli-v1-to-v2
|
- flake8 runtests cli-v1-to-v2
|
||||||
|
Loading…
Reference in New Issue
Block a user