.travis.yml: disable python3.5 test (nMigen requires 3.6+).
As discussed in #479.
This commit is contained in:
parent
10371a33f9
commit
b5978b214d
|
@ -1,9 +1,5 @@
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
dist: xenial
|
|
||||||
language: python
|
|
||||||
python: "3.5"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
|
|
Loading…
Reference in New Issue