Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
add py3.6 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed May 9, 2020
1 parent ae584cb commit c38bda4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ envlist = flake8, mypy, py3.7
skipsdist = False
ignore_basepython_conflict = True

[testenv:py3.6]
basepython = python3.6
whitelist_externals = pipenv
deps =
pytest==5.3.5
pytest-cov==2.8.1
docker

commands =
pipenv install
pytest -rfE --doctest-modules tac tests/ --cov-report=html --cov-report=term --cov=tac {posargs}

[testenv:py3.7]
basepython = python3.7
whitelist_externals = pipenv
Expand Down

0 comments on commit c38bda4

Please sign in to comment.