mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_setup: Remove Travis specific code (CI no longer run on Travis).
This commit is contained in:
parent
a064e9d048
commit
bd1463514b
1 changed files with 0 additions and 5 deletions
|
@ -92,11 +92,6 @@ def sifive_riscv_download():
|
|||
|
||||
# Setup --------------------------------------------------------------------------------------------
|
||||
|
||||
if os.environ.get("TRAVIS", "") == "true":
|
||||
# Ignore `ssl.SSLCertVerificationError` on CI.
|
||||
import ssl
|
||||
ssl._create_default_https_context = ssl._create_unverified_context
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
print("Available commands:")
|
||||
print("- init")
|
||||
|
|
Loading…
Reference in a new issue