soc/integration/csr_bridge: use registered version only when SDRAM is present.
[litex.git] / .travis.yml
index 896dd1d81d85d1c8d3990a5262bc29578185f75e..4f5b360578dded6c7a30796f2c75c97adec8dd2b 100644 (file)
@@ -15,18 +15,22 @@ 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
   - cd ~/
-  - wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
+  - pip3 install requests
+  - cp $TRAVIS_BUILD_DIR/litex_setup.py .
   - python3 litex_setup.py init install
   # Install the LiteX version being tested
   - cd $TRAVIS_BUILD_DIR