File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2525* .egg-info /
2626.installed.cfg
2727* .egg
28+ * .whl
2829.python-version
2930
3031# PyInstaller
Original file line number Diff line number Diff line change 11version : ' {branch}-{build}'
2-
2+ cache :
3+ - ' %LOCALAPPDATA%\pip\Cache'
34environment :
45 password :
56 secure : pp1j5lAB9NN8ZDasgY+oxoGrNw0+4gGzbNZmHVwJkCzUyrNBP5ZIuCrwjmx4q6ifg7RMiE3bVt9MljFCJh3XpsvVOAcx+AGKsHSjtXd40HM=
4142install :
4243 - " SET PATH=%PYTHON%;%PYTHON%\\ scripts;%PATH%"
4344 - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
44- - " pip install --disable-pip-version-check --user -- upgrade pip wheel"
45- - " pip install --user - r dev-requirements.txt"
45+ - " pip install --upgrade pip wheel"
46+ - " pip install -r dev-requirements.txt"
4647
4748build_script :
4849 - " cython bencoder.pyx"
Original file line number Diff line number Diff line change 77for PYBIN in /opt/python/* /bin/; do
88 ${PYBIN} /pip install -r /io/dev-requirements.txt
99 ${PYBIN} /python setup.py test
10+ rm * .so
1011done
1112
1213rm bencoder.c
You can’t perform that action at this time.
0 commit comments