Skip to content

Commit 07f2713

Browse files
committed
Add Python 3.5 env for tox and Travis CI
1 parent 4ca1374 commit 07f2713

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- TOXENV=pypy
77
- TOXENV=py33
88
- TOXENV=py34
9+
- TOXENV=py35
910

1011
install:
1112
- pip install -U tox twine wheel codecov

tox.ini

Lines changed: 1 addition & 1 deletion
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 = py27, pypy, py33, py34
7+
envlist = py27, pypy, py33, py34, py35
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)