Do not test ./altsrc on go1.1

as the YAML library requires go1.2+
This commit is contained in:
Dan Buch
2016-05-21 08:36:07 -04:00
parent 0eb4e0be6c
commit 00bd2a95b2
2 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ def main(sysargs=sys.argv[:]):
def _test():
if check_output('go version'.split()).split()[2] < 'go1.2':
_run('go test -v ./...'.split())
_run('go test -v .'.split())
return
coverprofiles = []