mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 00:53:42 +08:00
ecd86aa799
BLD: Move setuptools_scm recipe earlier in build process. We order alphabetically. BLD: Update to newest Cython version BLD: Update version of matplotlib BLD: Pin matplotlib dependency
9 lines
236 B
Batchfile
9 lines
236 B
Batchfile
"%PYTHON%" setup.py install
|
|
if errorlevel 1 exit 1
|
|
|
|
:: Add more build steps here, if they are necessary.
|
|
|
|
:: See
|
|
:: http://docs.continuum.io/conda/build.html
|
|
:: for a list of environment variables that are set during the build process.
|