Skip to content

Commit

Permalink
Ensure Travis uses the latest version of pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Sep 5, 2015
1 parent 9b4774b commit b2af634
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 @@ -5,6 +5,7 @@ python:
- "3.4"
install:
- "python setup.py install"
- "pip install -U pip"
- "pip install pyyaml ua-parser"
script:
- python -m unittest discover

0 comments on commit b2af634

Please sign in to comment.