mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
15 lines
142 B
YAML
15 lines
142 B
YAML
language: python
|
|
|
|
python:
|
|
- "3.4.3"
|
|
|
|
sudo: true
|
|
|
|
before_install:
|
|
- apt-get install libfftw3-dev
|
|
|
|
install: true
|
|
|
|
script:
|
|
- make testall
|