File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 88 - 3.5
99 - pypy
1010
11- before_install : pip install Cython
1211install : python setup.py install
1312script : nosetests
Original file line number Diff line number Diff line change @@ -80,15 +80,9 @@ install:
8080 # about it being out of date.
8181 - " pip install --disable-pip-version-check --user --upgrade pip wheel"
8282
83- # Install the build dependencies of the project. If some dependencies contain
84- # compiled extensions and are not provided as pre-built wheel packages,
85- # pip will build them from source using the MSVC compiler matching the
86- # target Python version and architecture
87- - " %CMD_IN_ENV% pip install cython"
88-
8983build_script :
9084 # Build the compiled extension
91- - " %CMD_IN_ENV% python setup.py build "
85+ - " %CMD_IN_ENV% python setup.py install "
9286
9387test_script :
9488 # Run the project tests
You can’t perform that action at this time.
0 commit comments