litex_setup: Remove Travis specific code (CI no longer run on Travis).

This commit is contained in:
Florent Kermarrec 2021-06-08 10:49:28 +02:00
parent a064e9d048
commit bd1463514b
1 changed files with 0 additions and 5 deletions

View File

@ -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")