Skip to content

Commit 052461d

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
2-
python: 2.7
2+
python: 3.5
33
sudo: false
44
env:
55
- TOXENV=py27
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)