mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Bump Go versions for Travis, fix tests
Replace gometalinter with golangci-lint. Fix system tests (wheezy is gone, replace with stretch). Fix linter warnings.
This commit is contained in:
@@ -6,7 +6,7 @@ class DropMirror1Test(BaseTest):
|
||||
drop mirror: regular list
|
||||
"""
|
||||
fixtureCmds = [
|
||||
"aptly mirror create --ignore-signatures mirror1 http://mirror.yandex.ru/debian/ wheezy",
|
||||
"aptly mirror create --ignore-signatures mirror1 http://mirror.yandex.ru/debian/ stretch",
|
||||
]
|
||||
runCmd = "aptly mirror drop mirror1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user