Commit Graph

55 Commits

Author SHA1 Message Date
medmunds
cf56fd4a23 Don't waste Travis resources testing Django 1.5 on python 2.6 2012-12-05 11:17:21 -08:00
medmunds
38492e3ea4 Travis: can't test python 3 yet -- problem with requests setup script
kennethreitz/requests#939
kennethreitz/requests#916
2012-12-05 11:14:10 -08:00
medmunds
8c4c3b95e4 Travis: catch DeprecationWarnings 2012-12-05 10:50:21 -08:00
medmunds
e95448d58c Add testing on (prerelease) Django 1.5 (including python 3.2) 2012-12-05 10:32:08 -08:00
medmunds
b2fdfb7805 Configure travis-ci.org tests
Test Django 1.2 and 1.3; Python 2.6 and 2.7

Don't bother testing Python 2.5 -- it requires an older version of
requests (that doesn't depend on json).

Don't bother testing Django 1.2 -- it requires changes to ``assertRaises``
in the test cases (because the context-manager version of assertRaises is
part of unittest2, which appears in Django 1.3+ or Python 2.7+).

Don't bother testing Django 1.5 (yet).
2012-11-24 12:41:02 -08:00