Skip to content

Commit

Permalink
update test build config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKellyGenetics committed Feb 5, 2019
2 parents d41efca + 73d1494 commit 0e6ddea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ install:
- ps: "ls \"C:/\""

#- ECHO "Installed SDKs:"
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
#- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""

#- travis-tool.sh install_github igraph/igraph
Expand Down Expand Up @@ -157,7 +158,7 @@ install:
- conda info --envs
- conda create -n env_name -y
- conda update -y -n base -c defaults conda
- conda.bat activate
- call "conda.bat activate"
#- sudo conda init bash
#- bash
- conda activate base
Expand Down

0 comments on commit 0e6ddea

Please sign in to comment.