Skip to content

Commit

Permalink
Revert "Adapt tox.ini to run in my PyCharm setup"
Browse files Browse the repository at this point in the history
This reverts commit bcf6acb.
  • Loading branch information
clayote committed Jun 18, 2024
1 parent 355337f commit d0ee6b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py38,py39,py310,py311,py312
envlist = py38,py39,py310,py311
skipsdist = true

[testenv]
passenv =
DISPLAY
PYTHONPATH
# install pytest in the virtualenv where commands will be executed
passenv = DISPLAY
deps =
pytest
-r LiSE/test_requirements.txt
kivy
pygments
LiSE/
ELiDE/
commands =
# NOTE: you can run any command line tool here - not just tests
python -m pytest

0 comments on commit d0ee6b2

Please sign in to comment.