Skip to content

Commit 2a020f3

Browse files
hugovksybrenstuvel
authored andcommitted
Add support for Python 3.6
1 parent fa9b787 commit 2a020f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 2.7
77
- 3.4
88
- 3.5
9+
- 3.6
910
- "pypy"
1011

1112
install:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Environment changes have to be manually synced with '.travis.yml'.
3-
envlist = py27,py34,py35,pypy
3+
envlist = py27,py34,py35,py36,pypy
44

55
[pytest]
66
addopts = -v --cov rsa --cov-report term-missing
@@ -14,7 +14,7 @@ deps=pyasn1 >=0.1.3
1414
pytest-cov
1515
mock
1616

17-
[testenv:py35]
17+
[testenv:py36]
1818
commands=py.test --doctest-modules rsa tests
1919

2020
[pep8]

0 commit comments

Comments
 (0)