Move requirements files to requirements/

This commit is contained in:
2018-11-24 13:33:41 +00:00
parent 501fcabfb6
commit bb7eff7648
8 changed files with 9 additions and 11 deletions

View File

@ -25,7 +25,7 @@ pytest:
stage: test
before_script:
- pip install -U pip setuptools
- pip install -r requirements-test.txt
- pip install -r requirements/test.txt
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
- python manage.py collectstatic
script: