Add Python 3.7 target to Travis.

This commit is contained in:
Christopher C. Wells 2019-05-16 21:42:26 -07:00
parent 4397d4a406
commit 88dfe809d3
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: