Appveyor: Only build the deploy branch

This commit is contained in:
Mike Croucher 2016-07-07 08:50:28 +01:00
parent b9c3a8a163
commit ad98495c23

View file

@ -10,6 +10,10 @@ environment:
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
branches:
only:
- deploy
install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"