Attempt to fix the tests

This commit is contained in:
Andrey Smirnov
2017-07-28 21:36:38 +03:00
parent cbb576cbcc
commit e9b2c18e2f

View File

@@ -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)"