Add Python 3.7 target for Travis.

This commit is contained in:
Christopher C. Wells 2019-02-02 19:28:12 -08:00
parent efc613c637
commit a419a96583
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ cache:
python:
- 3.5
- 3.6
- 3.7
env:
- DJANGO_SETTINGS_MODULE="babybuddy.settings.travis"
install: