Revision da9652d30f4cc29ee4be02037a1aa3fdb2838b3e authored by lllangWV on 14 June 2023, 20:21:57 UTC, committed by GitHub on 14 June 2023, 20:21:57 UTC
readme update
1 parent 3bd85b7
Raw File
.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