wishbone: fix SRAM; improve tests for Decoder & Arbiter
[nmigen-soc.git] / .travis.yml
1 dist: xenial
2 language: python
3 python:
4 - "3.6"
5 - "3.7"
6 install:
7 - pip install coverage codecov
8 script:
9 - python setup.py develop
10 - coverage run -m unittest discover
11 - codecov
12 matrix:
13 fast_finish: true