Skip to content

Commit

Permalink
tox: Update dependencies and drop py34 support
Browse files Browse the repository at this point in the history
Support for python 3.4 is being dropped as it has reached EOF

Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
  • Loading branch information
Jonathas-Conceicao authored and otavio committed Sep 9, 2020
1 parent 88a7d93 commit 5d4de59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist = py34, py35, py36
envlist = py35, py36, py37, py38

[testenv]
deps =
pytest==2.9.1
pytest-cov==2.2.1
pytest-pep8==1.0.6
pytest==5.4.*
pytest-cov==2.5.*
pytest-pep8==1.0.*
commands =
py.test tests/pkgschema/tests.py \
--cov={envsitepackagesdir}/pkgschema \
Expand Down

0 comments on commit 5d4de59

Please sign in to comment.