Use only Python 3.7 in drone

This commit is contained in:
Sebastián Marró 2020-03-25 16:58:19 -03:00
parent 38b499c2fb
commit 432c703135

View file

@ -19,12 +19,6 @@ services:
matrix:
include:
- IMAGE: python:3.5
TOXENV: py35
DATABASE: postgresql
- IMAGE: python:3.6
TOXENV: py36
DATABASE: postgresql
- IMAGE: python:3.7
TOXENV: py37
DATABASE: postgresql