.travis.yml: test python3
authorPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:37:21 +0000 (01:37 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 18 Apr 2016 23:37:21 +0000 (01:37 +0200)
.travis.yml

index dc50e8a..abc070e 100644 (file)
@@ -21,10 +21,15 @@ addons:
     - 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