Uses Python 3.6.9
This commit is contained in:
parent
595364b415
commit
d0f380e224
|
@ -1,7 +1,7 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.7"
|
||||
- "3.6.9"
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-slim
|
||||
FROM python:3.6.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue