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

Skip to content

Commit de86cad

Browse files
committed
Add python 2.6 to tox testing.
1 parent 28467c8 commit de86cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

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

44
[testenv]
55
deps = keyring
@@ -10,6 +10,7 @@ deps = keyring
1010
webtest
1111
nose
1212
uritemplate
13+
oauth2client
1314
setenv = PYTHONPATH=../google_appengine
1415

1516
[testenv:py26]

0 commit comments

Comments
 (0)