soc/integration/csr_bridge: use registered version only when SDRAM is present.
[litex.git] / .travis.yml
index 4726382838eed4ff6c5a1e25fbb39c22e992c9c1..4f5b360578dded6c7a30796f2c75c97adec8dd2b 100644 (file)
@@ -1,9 +1,5 @@
 jobs:
   include:
-    - os: linux
-      dist: xenial
-      language: python
-      python: "3.5"
     - os: linux
       dist: xenial
       language: python
@@ -26,13 +22,17 @@ jobs:
         - 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 ~/
+  - pip3 install requests
   - cp $TRAVIS_BUILD_DIR/litex_setup.py .
   - python3 litex_setup.py init install
-  # Install the LiteX version being tested.
+  # Install the LiteX version being tested
   - cd $TRAVIS_BUILD_DIR
   - python3 setup.py install