Create .travis.yml

This commit is contained in:
lucifetsmith 2019-01-26 10:39:49 +08:00 committed by GitHub
parent d793efd0d9
commit ac79f0a767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- "3.4.3"
sudo: true
before_install:
- apt-get install libfftw3-dev
install: true
script:
- make testall