Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
#23 Testing Travis builds with Django
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman committed Aug 20, 2019
1 parent 645591c commit dbc5d07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ python:
- 3.7

# Command to install dependencies, e.g. pip install -r requirements_dev.txt --use-mirrors
install: pip install -r requirements_dev.txt
install:
- pip install -r requirements_dev.txt
- python manage.py migrate

env:
- DJANGO_VERSION=2.2.1

# Command to run tests, e.g. python setup.py test
script: python -m unittest

0 comments on commit dbc5d07

Please sign in to comment.