Revert ""Fix egg on dependency links [SKIP CI].""

This reverts commit daf872920d.
This commit is contained in:
Sergio Morillo 2021-01-06 01:22:33 +01:00
parent daf872920d
commit 015bb2c89d
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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 =