Skip to content

Commit

Permalink
Added support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Oct 3, 2018
1 parent 4290dc3 commit a06d957
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,11 @@ python:
- 3.6
- pypy
- pypy3
include:
matrix:
- python: "3.7"
dist: xenial
sudo: true
env:
- SUBUNIT=true
- SUBUNIT=false
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -28,6 +28,8 @@
- Reintroduce optional support for ``subunit``, now with support for both
version 1 and version 2 of its protocol.

- Added support for Python 3.7.

4.8.1 (2017-11-12)
==================

Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,8 @@ environment:
- python: 35-x64
- python: 36
- python: 36-x64
- python: 37
- python: 37-x64
- { python: 27, SUBUNIT: 1 }
- { python: 27-x64, SUBUNIT: 1 }
- { python: 34, SUBUNIT: 1 }
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -146,6 +146,7 @@ def read(*names):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,py,34,35,36}{,-subunit},coverage,docs
py{27,py,34,35,36,37}{,-subunit},coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit a06d957

Please sign in to comment.