Skip to content

Commit cb8c1a1

Browse files
author
Gauvain Pocentek
authored
Merge pull request #286 from jonafato/python3.6
Declare support for Python 3.6
2 parents 46b7f48 + 4c916b8 commit cb8c1a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ addons:
1010
language: python
1111
python: 2.7
1212
env:
13+
- TOX_ENV=py36
1314
- TOX_ENV=py35
1415
- TOX_ENV=py34
1516
- TOX_ENV=py27

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py35,py34,py27,pep8
4+
envlist = py36,py35,py34,py27,pep8
55

66
[testenv]
77
setenv = VIRTUAL_ENV={envdir}

0 commit comments

Comments
 (0)