kissfft/.travis.yml
2020-03-15 15:01:10 -04:00

21 lines
205 B
YAML

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