Skip to content

Commit 3cb904c

Browse files
Added python 3.5 to the tox build
1 parent 678186c commit 3cb904c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
- TOXENV=py27
55
- TOXENV=py33
66
- TOXENV=py34
7+
- TOXENV=py35
78
- TOXENV=pypy
89
- TOXENV=docs
910
install:

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py27,py33,py34,pypy,docs,coverage
2+
envlist=flake8,py27,py33,py34,py35,pypy,docs,coverage
33
skip_missing_interpreters=True
44

55
[testenv]
@@ -31,6 +31,11 @@ basepython=python3.4
3131
deps=
3232
coverage
3333

34+
[testenv:py35]
35+
basepython=python3.5
36+
deps=
37+
coverage
38+
3439
[testenv:pypy]
3540
basepython=pypy
3641
deps=

0 commit comments

Comments
 (0)