kissfft/.travis.yml
2019-01-26 11:04:19 +08:00

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