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

Test on Travis CI #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Test on Travis CI #31

wants to merge 2 commits into from

Conversation

lucafavatella
Copy link

In order to enable Travis CI builds on your repository, merging this PR is not enough. Please refer to http://docs.travis-ci.com/user/getting-started/

As described in the commit message, this basic test shows an issue with Python 3.2. Please consider either dropping support for Python 3.2 or upgrading dependency pinax-theme-bootstrap to version >= 6.1.0 (PR #29 already proposes that).

Depends on PR #30.

BTW It looks like PR #29 would also simplify Travis CI setup (npm install not needed anymore?).

`ShortAnswerQuiz` and `MultipleShortAnswerQuiz` are used but are not
in 0.2.0.
Test shows issue with Python 3.2.

When browser query Web server, Web server crashes as following on
Python 3.2 (not 2.7, not 3.3, not 3.4 - not sure why):

```
...
  File "/home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages/pinax_theme_bootstrap/templatetags/pinax_theme_bootstrap_tags.py", line 20
    if level_tag == u"error":
                           ^
SyntaxError: invalid syntax
...
```

A change in the dep apparently addressing this issue is
pinax/pinax-theme-bootstrap@e1568a0 but
cannot pick the first tag including the change (i.e. 6.1.0) as it is
too new for the project.
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

1 participant