Skip to content

Commit

Permalink
add gcc require for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kengz committed Sep 18, 2016
1 parent 8dd8c0c commit 56cb8c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ language: python
python:
- 2.7.11
- 3.5.1

virtualenv:
system_site_package: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

install:
- echo $TRAVIS_PYTHON_VERSION
Expand Down

0 comments on commit 56cb8c8

Please sign in to comment.