blob: 1e868a05745e9efac80f3f973ec96ba82baad72d [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
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