Skip to content
Snippets Groups Projects
Forked from kwant / kwant
1009 commits behind the upstream repository.
.gitlab-ci.yml 155 B
job:
  script:
    - python3 setup.py build
    - python3 setup.py build_ext -i
    - make -C doc clean && make -C doc html
    - py.test --cov=kwant kwant