Skip to content

Commit

Permalink
fix travis and install python-dev for 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoern Meier committed Jul 8, 2016
1 parent 6004eaa commit 091a886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
before_install:
- virtualenv -p ${PYTHON_VERSION} venv && . venv/bin/activate
- sudo apt-get install -y unixODBC unixODBC-dev libboost-all-dev libmyodbc
- sudo apt-get install python3-dev python-dev
- ./fix_unixodbc_so.sh

install:
Expand Down

0 comments on commit 091a886

Please sign in to comment.