Skip to content

Commit

Permalink
Merge pull request #406 from rmorshea/pip_upgrade
Browse files Browse the repository at this point in the history
update pip before install
  • Loading branch information
minrk authored May 20, 2017
2 parents 465a7a5 + 9147f36 commit a67004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- 3.6-dev
sudo: false
install:
- pip install .
- pip install --upgrade pip && pip install .
- pip install traitlets[test] pytest-cov codecov pytest-warnings --upgrade
script:
- py.test --cov traitlets -v traitlets
Expand Down

0 comments on commit a67004c

Please sign in to comment.