From d0f380e2242b50a7cc3a16bcf7d1b93da97b0721 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Wed, 20 May 2020 16:49:32 -0400 Subject: [PATCH] Uses Python 3.6.9 --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fba238f6..9ca51691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "3.7" + - "3.6.9" services: - postgresql diff --git a/Dockerfile b/Dockerfile index 160a8f41..e759c07d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.6.9-slim WORKDIR /app