Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwen authored Aug 16, 2017
1 parent 024e2c1 commit 754ac94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ python:
cache: pip
install:
- pip install git+https://github.com/rrwen/search_google
- pip install coveralls
script:
- search_google -s cx="014766831074566761693:l7powwgllni"
- search_google -s build_developerKey="AIzaSyDLzW6n52tcRTGboOOepiKelNVdLC9qSzA"
- python -m unittest
- coverage run --source=search_google -m unittest
- search_google -d
after_success:
- coveralls

0 comments on commit 754ac94

Please sign in to comment.