Skip to content

Commit

Permalink
Travis: explicitly install python3.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Champetier committed Mar 17, 2016
1 parent 52d6da4 commit 5b9ad53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ after_failure:

addons:
apt:
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel']
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel', 'deadsnakes']
packages:
- cmake
- swig
Expand All @@ -84,7 +84,7 @@ addons:
- python-imaging
- python-numpy
- python-nose
- python3-dev
- python3.4-dev
- python3-setuptools
- python3-nose
- libfreetype6-dev
Expand Down

0 comments on commit 5b9ad53

Please sign in to comment.