Skip to content

Commit

Permalink
Merge 06bd127 into a59c590
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Dec 30, 2016
2 parents a59c590 + 06bd127 commit ec5f55e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
- pypy3
before_install:
Expand Down
8 changes: 8 additions & 0 deletions appveyor.yml
Expand Up @@ -58,6 +58,14 @@ environment:
- PYTHON: "C:\\Python35-x64"
CYBUILD: "TRUE"

- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36"
CYBUILD: "TRUE"

- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python36-x64"
CYBUILD: "TRUE"

init:
- echo %PYTHON%
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
Expand Down

0 comments on commit ec5f55e

Please sign in to comment.