Skip to content

Commit

Permalink
Add Python 3.7 to Appveyor and Travis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jun 19, 2019
1 parent 0ce48b0 commit fa8b929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
install: pip install tox-travis
script: tox
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

build: off

Expand Down

0 comments on commit fa8b929

Please sign in to comment.