blob: 492de8d184cee5d09cc1e9b34c0212e672cf849e [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
Craig Citrode86cad2014-10-09 00:20:28 -07002envlist = py26, py27
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
Ali Afshar02b5f3f2012-09-06 08:43:10 -07009 django==1.2
10 webtest
11 nose
Craig Citro951b75f2014-08-18 23:14:20 -070012 uritemplate
Craig Citrode86cad2014-10-09 00:20:28 -070013 oauth2client
Ali Afshar02b5f3f2012-09-06 08:43:10 -070014setenv = PYTHONPATH=../google_appengine
Daniel Hermesb7c5a402013-04-05 09:32:45 -070015
16[testenv:py26]
17commands = nosetests --ignore-files=test_oauth2client_appengine\.py
18
19[testenv:py27]
Ali Afshar02b5f3f2012-09-06 08:43:10 -070020commands = nosetests