Skip to content

Commit

Permalink
py -m pip install tox ; py -m tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 9, 2024
1 parent fa890f3 commit 707ebb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ environment:

install:
- git submodule update --init --recursive
- python -m pip install tox
- py --list
- py -VV
- py -m pip install --upgrade pip
- py -m pip install tox

build: off

test_script:
- py --list
- tox
- py -m tox

after_test:
- python debug-info.py

0 comments on commit 707ebb2

Please sign in to comment.