Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove py25 on tox file #812

Merged
merged 1 commit into from Dec 13, 2015
Merged

remove py25 on tox file #812

merged 1 commit into from Dec 13, 2015

Conversation

avelino
Copy link
Member

@avelino avelino commented Dec 13, 2015

No description provided.

@avelino
Copy link
Member Author

avelino commented Dec 13, 2015

fixed build

/home/travis/build/bottlepy/bottle/bottle.py:188: DeprecationWarning: Python 2.5 and 3.1 support will be dropped in future versions of Bottle.

  warnings.warn(msg, DeprecationWarning)

Warning: The 'fast' keyword skipps server tests.

WARNING: No Mako template support. Skipping tests.

/home/travis/build/bottlepy/bottle/test/test_jinja2.py:18: Warning: 'with' will become a reserved keyword in Python 2.6

Traceback (most recent call last):

  File "test/testall.py", line 8, in <module>

    import test

  File "/home/travis/build/bottlepy/bottle/test/__init__.py", line 21, in <module>

    suite = unittest.defaultTestLoader.loadTestsFromNames([n[:-3] for n in glob('test_*.py')])

  File "/usr/lib/python2.5/unittest.py", line 565, in loadTestsFromNames

    suites = [self.loadTestsFromName(name, module) for name in names]

  File "/usr/lib/python2.5/unittest.py", line 533, in loadTestsFromName

    module = __import__('.'.join(parts_copy))

  File "/home/travis/build/bottlepy/bottle/test/test_jinja2.py", line 18

    with chdir(__file__):

             ^

SyntaxError: invalid syntax

The command "python${PY:-} test/testall.py fast" exited with 1.

Done. Your build exited with 1.

defnull added a commit that referenced this pull request Dec 13, 2015
@defnull defnull merged commit b32af99 into bottlepy:master Dec 13, 2015
@avelino avelino deleted the drop_py25_tox branch December 13, 2015 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants