Skip to content

Commit

Permalink
Excluding matric build + relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Feb 21, 2013
1 parent 249a981 commit d74c097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ install:
script:
- coverage run --source=twitter_tag setup.py test
exclude:
- python: 3.3
env: DJANGO=1.3.5
- python: 3.3
env: DJANGO=1.4.3
branches:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.conf import settings
from nose.plugins.attrib import attr
from nose.tools import nottest
from tests.utils import render_template
from .utils import render_template


@nottest
Expand Down

0 comments on commit d74c097

Please sign in to comment.