Runs tests

This commit is contained in:
Michael 2020-02-29 19:13:28 -06:00
parent 5faeda0c3a
commit a7025c1146

View File

@ -14,7 +14,7 @@ jobs:
- run: echo "djangorestframework==$DRF" >> requirements.txt
- run: pip install -r requirements.txt
- run:
command: ./manage.py test
command: ./runtest.py
name: Test
build-django-2:
<<: *template