kissfft/.travis.yml
2019-01-26 13:40:19 +08:00

20 lines
195 B
YAML

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