Skip to content

Commit

Permalink
upgrade IPython master
Browse files Browse the repository at this point in the history
needed to get a later version
  • Loading branch information
minrk committed Sep 7, 2018
1 parent ef6974b commit d062f49
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 @@ -30,7 +30,7 @@ install:
else
SPEC="ipython==$IPYTHON"
fi
pip install --pre "$SPEC"
pip install --upgrade --pre "$SPEC"
fi
- pip freeze
script:
Expand Down

0 comments on commit d062f49

Please sign in to comment.