Skip to content

Commit 7d43236

Browse files
committed
Setting up test environment for 3.3 and 3.4.
1 parent cf939a3 commit 7d43236

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ env:
55
matrix:
66
- TOX_ENV=py26
77
- TOX_ENV=py27
8+
- TOX_ENV=py33
9+
- TOX_ENV=py34
810
install:
911
- pip install tox
1012
script:

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27
2+
envlist = py26, py27, py33, py34
33

44
[testenv]
55
deps = keyring
@@ -17,3 +17,9 @@ commands = nosetests --ignore-files=test_oauth2client_appengine\.py
1717

1818
[testenv:py27]
1919
commands = nosetests
20+
21+
[testenv:py33]
22+
commands = nosetests
23+
24+
[testenv:py34]
25+
commands = nosetests

0 commit comments

Comments
 (0)