File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 25
25
* .egg-info /
26
26
.installed.cfg
27
27
* .egg
28
+ * .whl
28
29
.python-version
29
30
30
31
# PyInstaller
Original file line number Diff line number Diff line change 1
1
version : ' {branch}-{build}'
2
-
2
+ cache :
3
+ - ' %LOCALAPPDATA%\pip\Cache'
3
4
environment :
4
5
password :
5
6
secure : pp1j5lAB9NN8ZDasgY+oxoGrNw0+4gGzbNZmHVwJkCzUyrNBP5ZIuCrwjmx4q6ifg7RMiE3bVt9MljFCJh3XpsvVOAcx+AGKsHSjtXd40HM=
41
42
install :
42
43
- " SET PATH=%PYTHON%;%PYTHON%\\ scripts;%PATH%"
43
44
- 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"
46
47
47
48
build_script :
48
49
- " cython bencoder.pyx"
Original file line number Diff line number Diff line change 7
7
for PYBIN in /opt/python/* /bin/; do
8
8
${PYBIN} /pip install -r /io/dev-requirements.txt
9
9
${PYBIN} /python setup.py test
10
+ rm * .so
10
11
done
11
12
12
13
rm bencoder.c
You can’t perform that action at this time.
0 commit comments