https://github.com/romerogroup/pyprocar
Raw File
Tip revision: f5e478c2041ce64866eb5920b0b4e37250f6ece6 authored by lllangWV on 26 July 2023, 06:34:07 UTC
Completed fermi surface refactor
Tip revision: f5e478c
.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