kissfft/.travis.yml
2019-01-26 10:39:49 +08:00

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