Skip to content

Commit d37c152

Browse files
committed
Remove bencoder.c before building wheels
1 parent 4cda9f8 commit d37c152

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test_script:
2121
on_success:
2222
- pip install codecov
2323
- codecov
24+
- del bencoder.c
2425
- tox -c tox-wheels.ini
2526

2627
deploy_script:

ci/travis_osx_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
python setup.py test
2+
rm bencoder.c
23
pip wheel . -w wheelhouse/

0 commit comments

Comments
 (0)