Skip to content

Commit

Permalink
get rid of appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 20, 2024
1 parent 533a9a4 commit 458ae2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
import sys


APPVEYOR = bool(os.environ.get('APPVEYOR'))
PYTHON = sys.executable if APPVEYOR else os.getenv('PYTHON', sys.executable)
PYTHON = os.getenv('PYTHON', sys.executable)
PY3 = sys.version_info[0] >= 3
PYTEST_ARGS = "-v -s --tb=short"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 458ae2c

Please sign in to comment.