Revision 9df128945aeacab512ae623501a50264ce69579e authored by Uthpala Herath on 21 April 2020, 14:22:20 UTC, committed by Uthpala Herath on 21 April 2020, 14:22:20 UTC
1 parent a2960aa
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