Skip to content

Commit

Permalink
Merge pull request #307 from jkawamoto/tox
Browse files Browse the repository at this point in the history
Add newer python versions to tox.ini
  • Loading branch information
halcy committed Apr 23, 2023
2 parents 43ccb72 + 9dac13e commit d9193f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[tox]
envlist = py36,py37
envlist = py36,py37,py38,py39,py310,py311
skipsdist = true


[testenv]
deps = pipenv==2018.11.14
passenv = HOME
commands =
pipenv sync -d
pipenv run pytest
deps = .[test]
commands = python setup.py test

0 comments on commit d9193f3

Please sign in to comment.