Update .travis.yml

This commit is contained in:
lucifetsmith 2019-01-26 11:11:27 +08:00 committed by GitHub
parent 81b5370ded
commit 40ff673342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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