test/test_targets: update, remove RUNNING_ON_TRAVIS.

This commit is contained in:
Florent Kermarrec 2021-01-04 14:35:45 +01:00
parent fe67766fb7
commit 016d75512f
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,7 @@
# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr>
#
# This file is part of LiteX-Boards.
#
# This file is Copyright (c) 2017-2020 Florent Kermarrec <florent@enjoy-digital.fr>
# This file is Copyright (c) 2019 Tim 'mithro' Ansell <me@mith.ro>
# SPDX-License-Identifier: BSD-2-Clause
@ -10,10 +13,6 @@ from migen import *
from litex.soc.integration.builder import *
RUNNING_ON_TRAVIS = (os.getenv('TRAVIS', 'false').lower() == 'true')
def build_test(socs):
errors = 0
for soc in socs: