kissfft/.travis.yml
2020-03-15 15:07:21 -04:00

20 lines
195 B
YAML

language: python
python:
- "3.7"
dist: bionic
before_install:
- sudo apt-get install -y libfftw3-dev
addons:
apt:
update: true
install: true
script:
- make all
- make testall