Restore Python 2.5 and 2.6

This commit is contained in:
Vincent Jacques
2012-11-21 21:23:52 +01:00
parent 3c34837d75
commit d0881d7fd8
+1 -1
View File
@@ -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