mirror of https://github.com/snachodog/mybuddy.git
Add Python 3.7 target for Travis.
This commit is contained in:
parent
efc613c637
commit
a419a96583
|
@ -8,6 +8,7 @@ cache:
|
|||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
env:
|
||||
- DJANGO_SETTINGS_MODULE="babybuddy.settings.travis"
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue