Skip to content

Commit 5cc95ba

Browse files
committed
Fix Travis and tox envlist
Replace python 3.3 and 3.4 with 3.5 and 3.6. Signed-off-by: Yves Bastide <yves@botify.com>
1 parent 1491e1b commit 5cc95ba

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
@@ -10,6 +10,7 @@ notifications:
1010
email: false
1111
env:
1212
- TOXENV=py27
13-
- TOXENV=py34
13+
- TOXENV=py35
14+
- TOXENV=py36
1415
- TOXENV=nightly
1516
- TOXENV=pypy

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, py33, py34, nightly, pypy
7+
envlist = py27, py35, py36, nightly, pypy
88

99
[testenv]
1010
commands = nosetests --logging-level=ERROR -a slow --with-coverage --cover-package=bigquery

0 commit comments

Comments
 (0)