Skip to content
Snippets Groups Projects
Commit fc98e8f6 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update#2 travis.yml (multiple django envs)

parent 667f1d89
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ env: ...@@ -13,6 +13,7 @@ env:
install: install:
- travis_retry pip install -r requirements.txt - travis_retry pip install -r requirements.txt
- travis retry pip install $DJANGO
script: script:
- python manage.py test - python manage.py test
......
- Обработка статики при DEBUG=False: - Обработка статики при DEBUG=False:
https://stackoverflow.com/questions/5836674/why-does-debug-false-setting-make-my-django-static-files-access-fail https://stackoverflow.com/questions/5836674/why-does-debug-false-setting-make-my-django-static-files-access-fail
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment