Skip to content

Commit

Permalink
Travis: Fix installation of package wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Sep 16, 2019
1 parent 1a9bcbf commit 6eb966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- choco install cmake
- choco install swig
- choco install python3
- pip3 install wheel
- C:\\Python37\\Scripts\\pip3 install wheel
script:
- mkdir python3
- pushd python3
- cmake -G "Visual Studio 15 2017" -A x64 -DTINYSPLINE_ENABLE_PYTHON=True ..
- C:\\Python37\\Scripts\\pip3 install wheel
- python setup.py bdist_wheel
- popd
- stage: Deploy Website
service: docker
Expand Down

0 comments on commit 6eb966b

Please sign in to comment.