Enable testing on multiple Python versions.
authorTim 'mithro' Ansell <me@mith.ro>
Tue, 7 Apr 2020 00:52:07 +0000 (17:52 -0700)
committerTim 'mithro' Ansell <me@mith.ro>
Tue, 7 Apr 2020 00:58:12 +0000 (17:58 -0700)
Makes sure LiteX tests pass on all supported Python versions.

.travis.yml

index 70b3811116c374dc39aae74055adcd947f81a623..4726382838eed4ff6c5a1e25fbb39c22e992c9c1 100644 (file)
@@ -1,21 +1,21 @@
 jobs:
   include:
-#    - os: linux
-#      dist: xenial
-#      language: python
-#      python: "3.5"
+    - os: linux
+      dist: xenial
+      language: python
+      python: "3.5"
     - os: linux
       dist: xenial
       language: python
       python: "3.6"
-#    - os: linux
-#      dist: xenial
-#      language: python
-#      python: "3.7"
-#    - os: linux
-#      dist: xenial
-#      language: python
-#      python: "3.8"
+    - os: linux
+      dist: xenial
+      language: python
+      python: "3.7"
+    - os: linux
+      dist: xenial
+      language: python
+      python: "3.8"
     - os: osx
       osx_image: xcode10.2 # Includes Python 3.7
       language: shell