Skip to content

Commit 920d248

Browse files
author
Gauvain Pocentek
committed
add python 3.5 test env
1 parent ebf36b8 commit 920d248

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
@@ -1,6 +1,7 @@
11
language: python
22
python: 2.7
33
env:
4+
- TOX_ENV=py35
45
- TOX_ENV=py34
56
- TOX_ENV=py27
67
- TOX_ENV=pep8

tox.ini

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

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

0 commit comments

Comments
 (0)