Skip to content

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 3, 2018
1 parent b3e8360 commit e6037a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,7 +13,7 @@ environment:
PYTHON_ARCH: "64"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

install:
- "%PYTHON%\\python -m pip install --upgrade pip"
Expand All @@ -26,7 +26,7 @@ install:
- "%PYTHON%\\Scripts\\pymy_install3 scikit-learn scipy tensorflow statsmodels basemap xgboost pyproj"
- "%PYTHON%\\Scripts\\pip install keras pandas_streaming seaborn networkx"
- "%PYTHON%\\Scripts\\pip install nltk ftfy"
- "%PYTHON%\\Scripts\\pymy_install3 gensim spacy fr_core_news_sm ujson thinc msgpack"
- "%PYTHON%\\Scripts\\pymy_install3 gensim spacy fr_core_news_sm ujson thinc msgpack msgpack_numpy"
- "%PYTHON%\\Scripts\\pip install catboost bokeh"
- "set PATH=%PATH%;C:\\projects\\jyquickhelper\\build\\update_modules\\Graphviz\\bin"
build: off
Expand Down

0 comments on commit e6037a9

Please sign in to comment.