https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 4e4167f6f95df02b4ee35e854a63a6c1891c0c09 authored by lllangWV on 29 March 2024, 18:45:32 UTC
Updated docs
Tip revision: 4e4167f
.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