Skip flake8 bits on Windows

since pip isn't already there, installing it is a bit of a pain, and the results
*should* be the same on all platforms
main
Dan Buch 8 years ago
parent e9027a59ef
commit 6d59b40b68
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -18,10 +18,8 @@ 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 --user flake8
build_script: build_script:
- flake8 runtests cli-v1-to-v2
- python runtests vet - python runtests vet
- python runtests test - python runtests test
- python runtests gfmxr - python runtests gfmxr

Loading…
Cancel
Save