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:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
env:
|
env:
|
||||||
- DJANGO_SETTINGS_MODULE="babybuddy.settings.travis"
|
- DJANGO_SETTINGS_MODULE="babybuddy.settings.travis"
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue