https://github.com/romerogroup/pyprocar
Revision c0de4203c39a7d2dc99441c53869af1154f50369 authored by lllangWV on 18 August 2023, 04:58:10 UTC, committed by lllangWV on 18 August 2023, 04:58:10 UTC
1 parent fbba918
Raw File
Tip revision: c0de4203c39a7d2dc99441c53869af1154f50369 authored by lllangWV on 18 August 2023, 04:58:10 UTC
example gallery updates
Tip revision: c0de420
.travis.yml
language: python
python:
  - "3.7"
cache: pip
install:
  - pip install -r requirements.txt
  - pip install -e .
script:
  - cd tests/
  - chmod +x test_scriptBandsplot.py
  - python test_scriptBandsplot.py
  - rm test.pdf
back to top