Appveyor build

Still #1 -- environment
This commit is contained in:
maxirmx 2015-10-11 11:35:07 +03:00
parent 5c9d438512
commit 1b2d7da819

View File

@ -35,7 +35,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
#- "pip install --disable-pip-version-check --user --upgrade pip"
- "pip install --disable-pip-version-check --user --upgrade pip"
# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
@ -60,7 +60,7 @@ after_test:
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
#- path: dist\*
- path: dist\*
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse