ref: e89310a0e08e8d25b96f800247f25e56d27c355d
parent: a2ae70a9a7b559efac044652c18678c17c5dcf53
author: Paul Brossier <piem@piem.org>
date: Mon Apr 18 21:37:21 EDT 2016
.travis.yml: test python3
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,10 +21,15 @@
- libfftw3-dev
- python-dev
- python-numpy
+ - python3-setuptools
+ - python3-dev
+ - python3-numpy
script:
- make build
- make build_python
- make clean_python
+ - make build_python3
+ - make clean_python3
- make clean
- make distcheck