Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 24, 2016
1 parent 116d295 commit 7d8fa44
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions appveyor.yml
Expand Up @@ -18,22 +18,17 @@ init:
install:
- "%PYTHON%\\python -m pip install --upgrade pip"
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pip install -U git+https://github.com/quantopian/qgrid --no-deps"
- "%PYTHON%\\Scripts\\pymy_install3 --set=pyensae"
- "%PYTHON%\\Scripts\\pip install cryptography"
- "%PYTHON%\\Scripts\\pip install azure"
- "%PYTHON%\\Scripts\\pymy_install3 pycrypto"
- "%PYTHON%\\Scripts\\pip install pycryptodomex"
- "%PYTHON%\\Scripts\\pip install urllib3"
- "%PYTHON%\\Scripts\\pip install pycodestyle"
- "%PYTHON%\\Scripts\\pymy_install3 --set=pyquickhelper"
- "%PYTHON%\\Scripts\\pip install pyquickhelper"
- "%PYTHON%\\Scripts\\pip install pycryptodome"
- "%PYTHON%\\Scripts\\pymy_install3 biopython reportlab basemap scipy patsy statsmodels"
- "%PYTHON%\\Scripts\\pip install bokeh"
- "%PYTHON%\\Scripts\\pip install bqplot"
- "%PYTHON%\\Scripts\\pip install ete3"
- "%PYTHON%\\Scripts\\pip install brewer2mpl ggplot"
- "%PYTHON%\\Scripts\\pip install lifelines"
- "%PYTHON%\\Scripts\\pip install networkx"
- "%PYTHON%\\Scripts\\pip install seaborn"
- "%PYTHON%\\Scripts\\pip install plotly"
- "%PYTHON%\\Scripts\\pip install python-lightning"


- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
- "set PATH=%PATH%;C:\\projects\\pyensae\\build\\update_modules\\Graphviz\\bin"
- "dir C:\\projects\\pyensae\\build\\update_modules\\Graphviz\\bin"
build: off

test_script:
Expand Down

0 comments on commit 7d8fa44

Please sign in to comment.