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: