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