https://github.com/romerogroup/pyprocar
Raw File
Tip revision: e3db646e7a897cf9da4b2762ec3c03de85654bc5 authored by Pedram Tavadze on 18 August 2023, 12:49:54 UTC
Merge branch 'dev' of https://github.com/romerogroup/pyprocar into dev
Tip revision: e3db646
.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