Skip to content

Commit

Permalink
Build the right way on all libais installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wurster committed Sep 18, 2015
1 parent ebe090e commit 15ec806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ python:

install:
- sudo apt-get install -qq gcc-4.8 g++-4.8
- pip install -e .\[dev\]
- CC=g++-4.8 pip install git+git://github.com/SkyTruth/gpsdio.git --upgrade
- pip install git+git://github.com/schwehr/libais.git --upgrade
- CC=g++-4.8 pip install -e .\[dev\]
- CC=g++-4.8 pip install git+git://github.com/schwehr/libais.git --upgrade
- pip install git+git://github.com/SkyTruth/gpsdio.git --upgrade

script:
- py.test tests --cov gpsdio_nmea_driver --cov-report term-missing
Expand Down

0 comments on commit 15ec806

Please sign in to comment.