Skip to content

Commit

Permalink
Merge pull request #138 from mayn/python37
Browse files Browse the repository at this point in the history
add python 3.7 support to ci tooling
  • Loading branch information
mayn authored Oct 14, 2018
2 parents 3e4d817 + b322cca commit c9ec858
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ python:
- 3.4
- 3.5
- 3.6
# - pypy
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
before_install:
- pip install --upgrade pip setuptools wheel
install:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"

install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ def get_version():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion=2.6.0
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py37
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit c9ec858

Please sign in to comment.