mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -04:00
17 lines
156 B
YAML
17 lines
156 B
YAML
language: python
|
|
|
|
python:
|
|
- "3.4.3"
|
|
|
|
dist: trusty
|
|
|
|
sudo: true
|
|
|
|
before_install:
|
|
- apt-get install libfftw3-dev
|
|
|
|
install: true
|
|
|
|
script:
|
|
- make testall
|