Skip to content

Commit

Permalink
Remove py34 environment from tox config (#2259)
Browse files Browse the repository at this point in the history
Since poetry-core does not support python 3.4, local tests
fail when run with tox.
  • Loading branch information
abn committed Apr 2, 2020
1 parent c939449 commit 4f5cc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, py34, py35, py36, py37, py38
envlist = py27, py35, py36, py37, py38

[testenv]
whitelist_externals = poetry
Expand Down

0 comments on commit 4f5cc84

Please sign in to comment.