Skip to content

Commit

Permalink
Add new travis options.
Browse files Browse the repository at this point in the history
  • Loading branch information
christabor committed Dec 16, 2016
1 parent 5477a93 commit ba956e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ sudo: false
python:
- "2.7"
language: python
cache:
pip
notifications:
email:
recipients:
- [email protected]
on_failure: always
on_success: always
install:
- pip install -U pytest
- pip install -U pyquery
Expand Down

0 comments on commit ba956e4

Please sign in to comment.