Skip to content

Commit

Permalink
Merge 9ca7c47 into 81d545f
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Oct 5, 2018
2 parents 81d545f + 9ca7c47 commit e91b548
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,12 @@ python:
- 3.5
- 3.6
- pypy
- pypy3.5-5.8.0
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
4.2.1 (unreleased)
==================

- Nothing changed yet.
- Add support for Python 3.7.


4.2.0 (2017-08-02)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -56,9 +56,10 @@ def alltests():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'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',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,pypy,py34,py35,py36,pypy3,coverage
py27,pypy,py34,py35,py36,py37,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit e91b548

Please sign in to comment.