litex_setup: Remove Travis specific code (CI no longer run on Travis).
This commit is contained in:
parent
a064e9d048
commit
bd1463514b
|
@ -92,11 +92,6 @@ def sifive_riscv_download():
|
||||||
|
|
||||||
# Setup --------------------------------------------------------------------------------------------
|
# 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:
|
if len(sys.argv) < 2:
|
||||||
print("Available commands:")
|
print("Available commands:")
|
||||||
print("- init")
|
print("- init")
|
||||||
|
|
Loading…
Reference in New Issue