Uses Python 3.6.9

This commit is contained in:
Aaron Louie 2020-05-20 16:49:32 -04:00
parent 595364b415
commit d0f380e224
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: python
python:
- "3.7"
- "3.6.9"
services:
- postgresql

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.6.9-slim
WORKDIR /app