Commit 4f5cc841 by Arun Babu Neelicattu Committed by GitHub

Remove py34 environment from tox config (#2259)

Since poetry-core does not support python 3.4, local tests
fail when run with tox.
parent c939449e
[tox] [tox]
skipsdist = True skipsdist = True
envlist = py27, py34, py35, py36, py37, py38 envlist = py27, py35, py36, py37, py38
[testenv] [testenv]
whitelist_externals = poetry whitelist_externals = poetry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment