https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 9bf5995527b0e7f7a71549ed1681ca9d434a926d authored by Uthpala Herath on 02 March 2020, 16:32:02 UTC
Updated orbital header array
Tip revision: 9bf5995
.travis.yml
language: python
python:
  - "3.7"
cache: pip
install:
  - pip install -r requirements.txt
script:
  - python tests.py
back to top