mirror of https://github.com/snachodog/mybuddy.git
Add Python 3.7 target to Travis.
This commit is contained in:
parent
4397d4a406
commit
88dfe809d3
|
@ -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