https://github.com/romerogroup/pyprocar
Revision 73cde9c68cf7389400e152777c6d428d6c2038b8 authored by lllangWV on 07 August 2023, 17:18:06 UTC, committed by lllangWV on 07 August 2023, 17:18:06 UTC
1 parent 029705d
Raw File
Tip revision: 73cde9c68cf7389400e152777c6d428d6c2038b8 authored by lllangWV on 07 August 2023, 17:18:06 UTC
bandstructure and fermi2d bug fixes
Tip revision: 73cde9c
.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