Skip to content

Commit

Permalink
fix appveyor.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
harvimt committed May 9, 2019
1 parent 60b59da commit 40abbde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ environment:
matrix:
# Python 3.6, 64-bit
- TOXENV: "py36"
TOX_APPVEYOR_X64=1
TOX_APPVEYOR_X64: 1

# Python 3.6, 32-bit
- TOXENV: "py36"
TOX_APPVEYOR_X64=0
TOX_APPVEYOR_X64: 0

# Python 3.7, 64-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64=1
TOX_APPVEYOR_X64: 1

# Python 3.7, 32-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64=0
TOX_APPVEYOR_X64: 0


# For the sections below, the Python version doesn't matter:
Expand Down
Binary file removed wheelhouse/PySide-1.2.4-cp33-cp33m-linux_x86_64.whl
Binary file not shown.
Binary file removed wheelhouse/PySide-1.2.4-cp34-cp34m-linux_x86_64.whl
Binary file not shown.

0 comments on commit 40abbde

Please sign in to comment.