Skip to content

Commit

Permalink
forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
timelessnesses committed Feb 22, 2023
1 parent 710e918 commit da8b7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions local_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ deps =
wheel
skip_install = true
commands =
python util.py --include_this_directory
python test.py --include_this_directory
python setup.py bdist_wheel
pip install .
python util.py
python test.py

[testenv:py35env]
basepython = C:\Users\moopi\.pyenv\pyenv-win\versions\3.5.4\python.exe
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps =
wheel
skip_install = true
commands =
python util.py --include_this_directory
python test.py
python setup.py bdist_wheel sdist
pip install .
python util.py
python test.py

0 comments on commit da8b7b2

Please sign in to comment.