run tests with python -m unittest discover

This commit is contained in:
Jacob Kaplan-Moss 2019-12-25 10:50:14 -05:00
parent 70ebcfb6db
commit 306ee25cc0
2 changed files with 1 additions and 3 deletions

View file

@ -37,4 +37,4 @@ jobs:
- name: Run Tests
run: |
echo "$(python --version) / Django $(django-admin --version)"
python test_dj_database_url.py
python -m unittest discover

View file

@ -1,2 +0,0 @@
test:
python test_dj_database_url.py