Skip to content

Commit

Permalink
try adding build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaymay committed Oct 20, 2023
1 parent 9ebbabf commit 5dd518c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ image:

environment:
matrix:
# - TOXENV: py27 # end-of-life-branches
# - TOXENV: py35
# - TOXENV: py36
# - TOXENV: py37
- TOXENV: py38 # https://devguide.python.org/versions
- TOXENV: py39
- TOXENV: py310
- TOXENV: py311
- TOXENV: py38
- TOXENV: py39
- TOXENV: py310
- TOXENV: py311

build: false

Expand All @@ -21,5 +17,8 @@ install:
# - py -m pip install --upgrade pip
- py -m pip install tox

build_script:
- echo help

test_script:
- py -m tox
- py -m tox run -e pep8,py

0 comments on commit 5dd518c

Please sign in to comment.