mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-26 13:04:01 +00:00
Disabled doctests which are automatically run by latest pyflakes version. Resolves a fail in admin.py docstrings which contain doctest-like comments.
This commit is contained in:
parent
a26bdd8041
commit
7568229524
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ matrix:
|
|||
- python: "3.3"
|
||||
env: DJANGO=https://github.com/django/django/zipball/master DB=mysql
|
||||
before_script:
|
||||
- flake8 --max-line-length=100 modeltranslation
|
||||
- PYFLAKES_NODOCTEST=1 flake8 --max-line-length=100 modeltranslation
|
||||
- mysql -e 'create database modeltranslation;'
|
||||
- psql -c 'create database modeltranslation;' -U postgres
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in a new issue