Skip to content

Commit 48e9e30

Browse files
hugovkByron
authored andcommitted
Test Python 3.6
1 parent 68a9476 commit 48e9e30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 2.7
44
- 3.4
55
- 3.5
6+
- 3.6
67
install:
78
- pip install coveralls
89
script:

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = flake8, py27, py34
7+
envlist = flake8, py27, py34, py35, py36
88

99
[testenv]
1010
commands = nosetests {posargs:--with-coverage --cover-package=smmap}

0 commit comments

Comments
 (0)