Do a user-level install with pip

main
Dan Buch 8 years ago
parent b47e152395
commit e9027a59ef
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -27,7 +27,7 @@ matrix:
before_script:
- go get github.com/urfave/gfmxr/...
- pip install flake8
- pip install --user flake8
script:
- flake8 runtests cli-v1-to-v2

@ -18,7 +18,7 @@ install:
- go env
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
- pip install flake8
- pip install --user flake8
build_script:
- flake8 runtests cli-v1-to-v2

Loading…
Cancel
Save