Skip to content

Commit 92770b9

Browse files
committed
Add Python 3.5 to tox
1 parent afbed7e commit 92770b9

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
@@ -5,6 +5,7 @@ python: 2.7
55
env:
66
- TOXENV=py27
77
- TOXENV=py34
8+
- TOXENV=py35
89
- TOXENV=cov
910
- TOXENV=pylint
1011
- TOXENV=pep8

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py27,py34,cov,pylint,pep8
2+
envlist=py27,py34,py35,cov,pylint,pep8
33

44
[testenv]
55
commands=py.test tests

0 commit comments

Comments
 (0)