.travis.yml: disable python3.5 test (nMigen requires 3.6+).
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 1 May 2020 19:13:12 +0000 (21:13 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 1 May 2020 19:14:17 +0000 (21:14 +0200)
As discussed in #479.

.travis.yml

index f461f48c95715ce30ade64b083069be9b1cda14a..8f491ae739ee301bace801fb38980757d49cc232 100644 (file)
@@ -1,9 +1,5 @@
 jobs:
   include:
-    - os: linux
-      dist: xenial
-      language: python
-      python: "3.5"
     - os: linux
       dist: xenial
       language: python