mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 13:10:26 -04:00
Update .travis.yml
This commit is contained in:
parent
81b5370ded
commit
40ff673342
10
.travis.yml
10
.travis.yml
@ -1,14 +1,16 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "3.4.3"
|
||||
- "2.6"
|
||||
|
||||
dist: trusty
|
||||
|
||||
sudo: true
|
||||
|
||||
before_install:
|
||||
- apt-get install libfftw3-dev
|
||||
- sudo apt-get install -y libfftw3-dev
|
||||
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
|
||||
install: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user