Skip to content

Commit 5b9ad53

Browse files
author
Clement Champetier
committed
Travis: explicitly install python3.4-dev
1 parent 52d6da4 commit 5b9ad53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ after_failure:
7575

7676
addons:
7777
apt:
78-
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel']
78+
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel', 'deadsnakes']
7979
packages:
8080
- cmake
8181
- swig
@@ -84,7 +84,7 @@ addons:
8484
- python-imaging
8585
- python-numpy
8686
- python-nose
87-
- python3-dev
87+
- python3.4-dev
8888
- python3-setuptools
8989
- python3-nose
9090
- libfreetype6-dev

0 commit comments

Comments
 (0)