Skip to content
Snippets Groups Projects
.gitlab-ci.yml 179 B
Newer Older
Anton Akhmerov's avatar
Anton Akhmerov committed
job:
  script:
    - python3 setup.py build
    - python3 setup.py build_ext -i
    - make -C doc clean && make -C doc html
Anton Akhmerov's avatar
Anton Akhmerov committed
    - nosetests3 --with-coverage --cover-package kwant