blob: 6a3b10bc30be9069661c872617d9c6cf56dee68d [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
Pat Ferate7d432362015-03-10 11:01:34 -07002envlist = py26, py27, py33, py34
Ali Afshar02b5f3f2012-09-06 08:43:10 -07003
4[testenv]
5deps = keyring
6 mox
7 pyopenssl
Joe Gregorio0b723c22013-01-03 15:00:50 -05008 pycrypto==2.6
Craig Citro06823722014-10-15 11:48:30 -07009 django
Ali Afshar02b5f3f2012-09-06 08:43:10 -070010 webtest
11 nose
Pat Ferate497a90f2015-03-09 09:52:54 -070012 unittest2
Ali Afshar02b5f3f2012-09-06 08:43:10 -070013setenv = PYTHONPATH=../google_appengine
Daniel Hermesb7c5a402013-04-05 09:32:45 -070014
15[testenv:py26]
16commands = nosetests --ignore-files=test_oauth2client_appengine\.py
17
18[testenv:py27]
Ali Afshar02b5f3f2012-09-06 08:43:10 -070019commands = nosetests
Pat Ferate7d432362015-03-10 11:01:34 -070020
21[testenv:py33]
22commands = nosetests
23
24[testenv:py34]
25commands = nosetests