Skip to content

Commit dbb63db

Browse files
authored
Prepare for Python 3.7. Related #23 (#24)
1 parent 332273a commit dbb63db

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- &mainstream_python 3.6
99
- &pypy pypy
1010
- pypy3.5
11+
- 3.7-dev
1112
install:
1213
- &upgrade_python_toolset pip install --upgrade pip setuptools wheel
1314
- pip install tox-travis

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Pros:
4646
Python 3.4
4747
Python 3.5
4848
Python 3.6
49+
Python 3.7
4950
PyPy
5051
PyPy3 3.5+
5152

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
minversion = 2.0
8-
envlist = pep8, pep257, py{27,34,35,36,py,py3}, pylint, bandit, py{34,35,36}-nocov, docs,
8+
envlist = pep8, pep257, py{27,34,35,36,37,py,py3}, pylint, bandit, py{34,35,36}-nocov, docs,
99
skipsdist = True
1010
skip_missing_interpreters = True
1111

@@ -57,6 +57,7 @@ commands = {posargs:}
5757
3.4 = py34,
5858
3.5 = py35,
5959
3.6 = py36,
60+
3.7 = py37,
6061
pypy = install, pypy,
6162
pypy3 = install, pypy3,
6263

0 commit comments

Comments
 (0)