Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Streicher committed Apr 21, 2015
1 parent de6a709 commit 838b6b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ before_install:
- sudo apt-get install -y libcpl-dev

install:
- pip install coveralls
- pip install astropy
- python setup.py install
- (cd test/iiinstrumentp && ./bootstrap && ./configure && make CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500")

script: (cd test && python TestRecipe.py)
script: (cd test && coverage run --source=python-cpl TestRecipe.py)

after_success:
coveralls

0 comments on commit 838b6b9

Please sign in to comment.