travis import error: no module named settings

This commit is contained in:
Manel Clos 2020-01-08 12:33:56 +01:00
parent aa9284fac6
commit 36ddb6d00c
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ install:
- pip install -r requirements/test.txt
- pip install coveralls
script:
- python -Wall -m coverage run --omit='setup.py' --source=. tests/manage.py test core --settings=
- PYTHONPATH=".:tests:$PYTHONPATH" python -Wall -m coverage run --omit='setup.py' --source=. tests/manage.py test core --settings=
- isort --check-only
after_success:
- coveralls