https://github.com/fjargsto/abem
Raw File
Tip revision: 9fef8d0f84f8e1dd1f250b18c927cb749eeee6e6 authored by Frank Jargstorff on 04 July 2020, 17:35:56 UTC
Merge pull request #18 from fjargsto/cpp_matrix_computations
Tip revision: 9fef8d0
.travis.yml
language: python
python:
  - 2.7
  - 3.4
  - 3.5
  - 3.6
  - 3.7

install:
  - pwd
  - pip install -r requirements.txt
  - export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH

script:
  - python setup.py pytest
back to top