Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a5839

Browse files
Merge pull request googleapis#63 from pferate/python3-configuration
Test configuration for Python 3.
2 parents cf939a3 + 7d43236 commit 59a5839

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.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)