Skip to content

Commit

Permalink
Oh Travis, thy name is Mystery
Browse files Browse the repository at this point in the history
  • Loading branch information
kstrauser committed Apr 3, 2021
1 parent 911469b commit c6b4ad5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 77 deletions.
108 changes: 36 additions & 72 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python = "^3.6"

[tool.poetry.dev-dependencies]
coverage = "^5.5"
pymongo = "^3.11.3"
pymongo = "~3.9"
pytest = "^6.2.2"
python-dateutil = "^2.8.1"
tox = "^3.23.0"
Expand Down
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ envlist = py36, py37, py38, py39, pypy3
isolated_build = True

[testenv]
deps = poetry
commands =
poetry install -v
pip install --upgrade pip
pip install poetry
poetry install
poetry run pytest tests/

[testenv:py36]
deps = poetry
commands =
poetry install -v
pip install --upgrade pip
pip install poetry
poetry install
poetry run coverage run --source=schematics -m py.test
poetry run coverage report

Expand Down

0 comments on commit c6b4ad5

Please sign in to comment.