Skip to content

Commit

Permalink
Merge pull request #38 from ericpre/update_ipython
Browse files Browse the repository at this point in the history
Update ipython
  • Loading branch information
francisco-dlp authored Dec 4, 2018
2 parents 6733cef + 2b96097 commit 7700b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ before_deploy:
# Give info about python vesion and compiler used to compile the python
- "%CMD_IN_ENV% python.exe -c \"import sys; print(sys.version)\""

# Remove typing to run tests (winpython bug?) typing is only requires for python<3.5
# Remove when updating winpython to >=2018-04
- "%CMD_IN_ENV% pip uninstall -y typing"
- "%CMD_IN_ENV% pip install --upgrade ipython ptpython jupyter-console"
# tqdm RuntimeError when running samfire tests, see https://github.com/hyperspy/hyperspy/issues/2077
- "%CMD_IN_ENV% pip install tqdm==4.24"
# Use a specific branch of hyperspy on github
Expand Down

0 comments on commit 7700b8f

Please sign in to comment.