Skip to content

Commit

Permalink
Added version splits for core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Apr 26, 2020
1 parent 51d5531 commit fd749a7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tox.ini
@@ -1,12 +1,16 @@
[tox]
envlist = py35,py36,py37,py38
envlist = py3{6,7,8}-pylint{23,latest,master}-pytest{54,latest,master}
skip_missing_interpreters =
true
[testenv]
usedevelop = true
deps =
pylint
pytest
pylint23: pylint>=2.3,<2.4
pylintlatest: pylint
pylintmaster: git+https://github.com/PyCQA/pylint.git@master#egg=pylint
pytest23: pytest>=5.4,<5.5
pytestlatest: pytest
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master#egg=pytest
pytest-flake8
coverage
commands =
Expand Down

0 comments on commit fd749a7

Please sign in to comment.