Skip to content

Commit

Permalink
CI setup for manylinux wheels on tagged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 23, 2017
1 parent a4c47fe commit e348415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .manylinux-install.sh
Expand Up @@ -11,6 +11,7 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
rm -rf /io/build /io/*.egg-info
fi
done

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -17,14 +17,14 @@ environment:
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
- 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"
- pip install -e .
- pip install -e .[test]

build_script:
- pip install wheel
- python -W ignore setup.py -q bdist_wheel

test_script:
- python setup.py -q test -q
- zope-testrunner --test-path=src

artifacts:
- path: 'dist\*.whl'
Expand Down

0 comments on commit e348415

Please sign in to comment.