From 015bb2c89d802f99d85725b78579e5501c8bd3f1 Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Wed, 6 Jan 2021 01:22:33 +0100 Subject: [PATCH] Revert ""Fix egg on dependency links [SKIP CI]."" This reverts commit daf872920dec96b007ddf44ee349e11074861133. --- .drone.yml | 6 ------ tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index de4821e..5707620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,10 +41,4 @@ matrix: DATABASE: sqlite - IMAGE: python:3.7 TOXENV: py37 - DATABASE: postgresql - - IMAGE: python:3.8 - TOXENV: py38 - DATABASE: sqlite - - IMAGE: python:3.8 - TOXENV: py38 DATABASE: postgresql \ No newline at end of file diff --git a/tox.ini b/tox.ini index da952cd..8c73716 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,10 @@ [tox] -envlist = {py36,py37,py38}-{sqlite,postgresql},pypy3-{sqlite,postgresql} +envlist = {py36,py37}-{sqlite,postgresql},pypy3-{sqlite,postgresql} [testenv] commands = {envpython} setup.py test deps = - {py36,py37,py38}-postgresql: psycopg2 >= 2.5 + {py36,py37}-postgresql: psycopg2 >= 2.5 pypy3-postgresql: psycopg2cffi >= 2.5 {py36}-sqlite: sqlitebck setenv =