Skip to content

Commit

Permalink
Merge 6001e99 into 899c345
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 8, 2022
2 parents 899c345 + 6001e99 commit ba3b53e
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 101 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -15,9 +15,10 @@ install:
- findstr /V tput pytest.ini > pytest.ini.tmp
- del pytest.ini
- ren pytest.ini.tmp pytest.ini
# Add Make and Python to the PATH
# Add Make to the PATH
- copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
- set PATH=%PATH%;C:\MinGW\bin
# Add Python to the PATH
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Install system dependencies
Expand Down

0 comments on commit ba3b53e

Please sign in to comment.