We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cda9f8 commit d37c152Copy full SHA for d37c152
appveyor.yml
@@ -21,6 +21,7 @@ test_script:
21
on_success:
22
- pip install codecov
23
- codecov
24
+ - del bencoder.c
25
- tox -c tox-wheels.ini
26
27
deploy_script:
ci/travis_osx_script.sh
@@ -1,2 +1,3 @@
1
python setup.py test
2
+rm bencoder.c
3
pip wheel . -w wheelhouse/
0 commit comments