Skip to content

Commit

Permalink
Pin IPython to 5.x (#135)
Browse files Browse the repository at this point in the history
Travis started failing due to an error when trying to install IPython
6.0.0 with Python 2.7.x:
https://travis-ci.org/dropbox/pynsot/builds/236270172

I wasn't able to reproduce it locally on my machine (Ubuntu 16.04,
Python 2.7.12, pip 9.0.1) since it for some reason sticks to IPython
5.x, but this should at least fix Travis's problem.
  • Loading branch information
nickpegg committed May 30, 2017
1 parent c7a4cc1 commit 290606d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-r requirements.txt
fake-factory~=0.5.0
ipdb~=0.9.3
ipython~=5.0
nsot>=1.1.3,~=1.1.0
py~=1.4.26,>=1.4.29
pytest~=2.7.0
Expand Down

0 comments on commit 290606d

Please sign in to comment.