forked from CGM_Public/pretix_original
Fixed CI dependency installation
This commit is contained in:
@@ -6,7 +6,7 @@ tests:
|
||||
- virtualenv-3.4 env
|
||||
- source env/bin/activate
|
||||
- cd src
|
||||
- XDG_CACHE_HOME=/cache pip3 install -q -r requirements.txt
|
||||
- XDG_CACHE_HOME=/cache pip3 install -q -r requirements.txt -r requirements/dev.txt
|
||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
||||
- isort -c -rc .
|
||||
- python3 manage.py check
|
||||
|
||||
Reference in New Issue
Block a user