diff --git a/.travis.yml b/.travis.yml index c22e4f0a1..8f491ae73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,16 @@ jobs: - os: osx osx_image: xcode10.2 # Includes Python 3.7 language: shell -# - os: windows -# language: shell -# before_install: -# - choco info python3 -# - choco install python3 -# - export PATH=/c/Python38/:$PATH -# - cp -a /c/Python38/python.exe /c/Python38/python3.exe + - os: windows + language: shell + before_install: + - choco info python3 + - choco install python3 + - export PATH=/c/Python38/:$PATH + - cp -a /c/Python38/python.exe /c/Python38/python3.exe + allow_failures: + - os: windows + language: shell install: # Get Migen / LiteX / Cores