Skip to content

Commit

Permalink
TST try to fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 9, 2016
1 parent 608502f commit 07f5685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ install:
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
- git submodule update --init --recursive
- pip install cython argparse pytest
- ./update_cpp.sh
- pip install -e .
- update_cpp.sh
- pip install -e .

build: false

Expand Down

0 comments on commit 07f5685

Please sign in to comment.