mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
Create .travis.yml
This commit is contained in:
parent
d793efd0d9
commit
ac79f0a767
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "3.4.3"
|
||||||
|
|
||||||
|
sudo: true
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- apt-get install libfftw3-dev
|
||||||
|
|
||||||
|
install: true
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make testall
|
Loading…
Reference in New Issue
Block a user