mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Attempt to fix the tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -41,7 +41,7 @@ check: system/env
|
|||||||
else \
|
else \
|
||||||
gometalinter --config=linter.json ./...; \
|
gometalinter --config=linter.json ./...; \
|
||||||
fi
|
fi
|
||||||
. system/env/bin/activate && flake8 --max-line-length=200 --exclude=env/ system/
|
. system/env/bin/activate && flake8 --max-line-length=200 --exclude=system/env/ system/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
go install -v -ldflags "-X main.Version=$(VERSION)"
|
go install -v -ldflags "-X main.Version=$(VERSION)"
|
||||||
|
|||||||
Reference in New Issue
Block a user