Skip to content

Commit

Permalink
build_ext and install on same command line
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jun 14, 2016
1 parent 749b1d9 commit 4e1b58c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Expand Up @@ -89,11 +89,9 @@ build_script:

- cmd: echo %PYTHONPATH%

- "%CMD_IN_ENV% python setup.py build_ext -IC:\\gdal\\include -lgdal_i -LC:\\gdal\\lib --gdalversion 1.11.4"

- "%CMD_IN_ENV% python setup.py install --gdalversion 1.11.4"


- "%CMD_IN_ENV% python setup.py build_ext -IC:\\gdal\\include -lgdal_i -LC:\\gdal\\lib install --gdalversion 1.11.4"


test_script:
# Run the project tests
- cmd: SET
Expand Down

0 comments on commit 4e1b58c

Please sign in to comment.