File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 11language : python
22
3- cache : pip
4-
53python :
64 - 2.6
75 - 2.7
@@ -10,14 +8,6 @@ python:
108 - 3.5
119 - pypy
1210
13- before_install : pip install Cython wheel
11+ before_install : pip install Cython
1412install : python setup.py install
1513script : nosetests
16-
17- before_deploy :
18- - pip install wheel twine
19- - openssl aes-256-cbc -K $encrypted_3f7a4ebdecc4_key -iv $encrypted_3f7a4ebdecc4_iv -in .pypirc.enc -out ~/.pypirc -d
20-
21- deploy :
22- provider : script
23- script : release.sh
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ install:
105105 # compiled extensions and are not provided as pre-built wheel packages,
106106 # pip will build them from source using the MSVC compiler matching the
107107 # target Python version and architecture
108- - " %CMD_IN_ENV% pip install -r dev-requirements.txt "
108+ - " %CMD_IN_ENV% pip install cython "
109109
110110build_script :
111111 # Build the compiled extension
You can’t perform that action at this time.
0 commit comments