Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larionvn committed May 22, 2017
1 parent 34a945a commit 783f53b
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 @@ -49,7 +49,7 @@ before_install:
- if [[ "$ALL_MODULES" == "true" ]]; then
sudo apt-get update -qq &&
sudo apt-get install -qq python-enchant &&
pip install numpy ipywidgets ipykernel IPython nltk langid pycountry pyenchant lxml matplotlib networkx &&
pip install numpy ipywidgets ipykernel requests IPython==5.0.0 nltk langid pycountry pyenchant lxml matplotlib networkx &&
python travis.py &&
if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then
pip install pattern;
Expand Down

0 comments on commit 783f53b

Please sign in to comment.