blob: cab5d14b6d13486ea22af07cec9c74e1c382077a [file] [log] [blame]
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- nvm install lts/*
- nvm use lts/*
- pip install -r requirements-dev.txt
script:
- cp django_airavata/settings_local.py.sample django_airavata/settings_local.py
- python manage.py migrate
- python manage.py check
- flake8 .
- ./lint_js.sh
- ./build_js.sh
- ./test_js.sh
# Need to build the frontend client before running some of the Django tests
# that use the Django test Client
- ./runtests.py