https://github.com/fjargsto/abem
Raw File
Tip revision: e7b0bc4089ab360d891c6dd40c72d8f7de9a1bf5 authored by Frank Jargstorff on 14 September 2019, 17:34:40 UTC
Adding missing files.
Tip revision: e7b0bc4
.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 test
back to top