Use latest jedi for testing.

Version 0.15.x seems to have resolved the issues that plagued 0.14.
This commit is contained in:
Miller 2019-10-06 09:28:58 -05:00 committed by John Miller
parent e7815780d5
commit 44d650dd02

View file

@ -57,7 +57,7 @@ install:
pyenv activate $TOXENV ;
fi
- ${PIP} --upgrade pip
- ${PIP} wheel jupyter ipython\<=$IPYTHON jedi\<=0.13.3 ipykernel numpy\<=1.16.0 matplotlib\<=3.0.2
- ${PIP} wheel jupyter ipython\<=$IPYTHON jedi\>=0.15.1 ipykernel numpy\<=1.16.0 matplotlib\<=3.0.2
- ${PY} -m ipykernel install --user
- sh tools/install-R.sh
- sh tools/install-julia.sh