Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
i18n: test translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar committed May 22, 2017
1 parent c027cea commit 7abf19d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,11 @@ python:
- "3.5"
- "pypy"

addons:
apt:
packages:
- libenchant-dev

matrix:
allow_failures:
- python: pypy
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
@@ -1,2 +1,2 @@
[pytest]
addopts = -xrs --cov flask_security --cov-report term-missing --pep8 --flakes --cache-clear
addopts = -xrs --cov flask_security --cov-report term-missing --pep8 --flakes --translations --cache-clear
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -23,6 +23,7 @@
'pytest-cov>=2.4.0',
'pytest-flakes>=1.0.1',
'pytest-pep8>=1.0.6',
'pytest-translations>=1.0.4',
'pytest>=3.0.5',
'sqlalchemy>=0.8.0',
]
Expand Down

0 comments on commit 7abf19d

Please sign in to comment.