https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 636f4d0618b73ef129b09ccc228ad02d5501d9be authored by Uthpala Herath on 28 February 2020, 19:09:40 UTC
rename direct to kdirect
Tip revision: 636f4d0
.travis.yml
language: python
python:
  - "3.7"
cache: pip
install:
  - pip install -r requirements.txt
script:
  - python tests.py
back to top