soc/integration/csr_bridge: use registered version only when SDRAM is present.
[litex.git] / .travis.yml
index f461f48c95715ce30ade64b083069be9b1cda14a..4f5b360578dded6c7a30796f2c75c97adec8dd2b 100644 (file)
@@ -1,9 +1,5 @@
 jobs:
   include:
-    - os: linux
-      dist: xenial
-      language: python
-      python: "3.5"
     - os: linux
       dist: xenial
       language: python
@@ -33,6 +29,7 @@ jobs:
 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