From 016d75512f934e2eeff1d46df62b780c13e760ea Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 4 Jan 2021 14:35:45 +0100 Subject: [PATCH] test/test_targets: update, remove RUNNING_ON_TRAVIS. --- test/test_targets.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/test_targets.py b/test/test_targets.py index 42cebc0..187b286 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -1,4 +1,7 @@ -# This file is Copyright (c) 2017-2019 Florent Kermarrec +# +# This file is part of LiteX-Boards. +# +# This file is Copyright (c) 2017-2020 Florent Kermarrec # This file is Copyright (c) 2019 Tim 'mithro' Ansell # 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: