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

Commit

Permalink
Merge pull request #46 from VKCOM/fix_ci
Browse files Browse the repository at this point in the history
Add Cython to Travis
  • Loading branch information
Dmitry Yutkin committed Nov 19, 2019
2 parents 8d72e38 + a395b9d commit 080195d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
install:
- pip install -U pip
- pip install cibuildwheel==1.0.0 twine==1.15.0
- pip install -r requirements.txt

script:
- cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 080195d

Please sign in to comment.