mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-13 01:33:21 +00:00
6 lines
126 B
YAML
6 lines
126 B
YAML
test:
|
|
script:
|
|
- cp sith/settings_sample.py sith/settings.py
|
|
- pip install -r requirements.txt
|
|
- python manage.py test
|