From d0881d7fd8d40180883f680c3b5636cc03f9f236 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Wed, 21 Nov 2012 21:23:52 +0100 Subject: [PATCH] Restore Python 2.5 and 2.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5386b3c2..d78eb8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - python setup.py install script: - cd # Run installed code (maybe 2to3ed), not code in current directory (always for python2) - - python -m github.tests + - python -m github.tests.__main__ # __main__ is for Python 2.5 and 2.6